Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2006, 9:24:24 AM (19 years ago)
Author:
amaechler
Message:

branches/atmospheric_engine: …

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/lightening_effect.h

    r8495 r8700  
    3333                inline  void deactivateLightening() { this->deactivate(); }
    3434
    35                 virtual void draw() const;
    3635                virtual void tick(float dt);
    3736               
     
    7776                float time;
    7877               
    79                 bool  bNewCoordinate;
     78    bool  flashingActive;
     79    bool bNewCoordinate;
     80
    8081                float width;
    8182                float height;
     
    9596                Light* flashLight;
    9697               
    97                 //OrxSound::SoundSource    soundSource;
    98                 //OrxSound::SoundBuffer*   thunderBuffer;
     98                OrxSound::SoundSource    soundSource;
     99                OrxSound::SoundBuffer*   thunderBuffer;
    99100
    100101};
Note: See TracChangeset for help on using the changeset viewer.