Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 2:31:04 PM (18 years ago)
Author:
amaechler
Message:
 
Location:
branches/presentation/src/lib/graphics/effects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/graphics/effects/fog_effect.cc

    r9205 r9234  
    2323
    2424// Define shell commands
    25 SHELL_COMMAND(activate, FogEffect, activateFog);
    26 SHELL_COMMAND(deactivate, FogEffect, deactivateFog);
     25//SHELL_COMMAND(activate, FogEffect, activateFog);
     26//SHELL_COMMAND(deactivate, FogEffect, deactivateFog);
    2727SHELL_COMMAND(fadein, FogEffect, fadeInFog);
    2828SHELL_COMMAND(fadeout, FogEffect, fadeOutFog);
  • branches/presentation/src/lib/graphics/effects/snow_effect.cc

    r9215 r9234  
    5757                if (this->windBuffer != NULL)
    5858                        ResourceManager::getInstance()->unload(this->windBuffer);
    59                         this->windBuffer = (OrxSound::SoundBuffer*)ResourceManager::getInstance()->load("sound/atmosphere/wind.wav", WAV);
     59          this->windBuffer = (OrxSound::SoundBuffer*)ResourceManager::getInstance()->load("sound/atmosphere/wind.wav", WAV);
    6060        }
    6161
Note: See TracChangeset for help on using the changeset viewer.