Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 4:57:51 PM (18 years ago)
Author:
amaechler
Message:

sound fixed

File:
1 edited

Legend:

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

    r8457 r8480  
    8282private:
    8383    static SparkParticles*      rainParticles;
    84     ParticleEmitter*      emitter;
     84    ParticleEmitter*            emitter;
    8585
    8686    GLfloat         rainFadeInDuration;
    8787    GLfloat         rainFadeOutDuration;
    88     float         localTimer;
     88    float           localTimer;
    8989
    9090    Vector          rainCoord;
     
    9494    GLfloat         rainLife;
    9595    GLfloat         rainMaxParticles;
    96     int         rainWindForce;
    97     bool          rainMove;
    98     bool          rainActivate;
     96    int             rainWindForce;
     97    bool            rainMove;
     98    bool            rainActivate;
    9999
    100100    OrxSound::SoundSource     soundSource;
Note: See TracChangeset for help on using the changeset viewer.