Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7810 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
May 24, 2006, 3:57:04 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the Weather effects back here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r7785 r7810  
    4343
    4444#include "graphics_engine.h"
     45#include "effects/atmospheric_engine.h"
    4546#include "event_handler.h"
    4647#include "sound_engine.h"
     
    384385
    385386    GraphicsEngine::getInstance()->tick(this->dtS);
     387    AtmosphericEngine::getInstance()->tick(this->dtS);
    386388
    387389    if( likely(this->dataTank->gameRule != NULL))
     
    524526  GraphicsEngine* engine = GraphicsEngine::getInstance();
    525527
     528  AtmosphericEngine::getInstance()->draw();
     529
    526530  // set camera
    527531  this->dataTank->localCamera->apply ();
Note: See TracChangeset for help on using the changeset viewer.