Changeset 9723 in orxonox.OLD for branches/new_class_id/src/story_entities
- Timestamp:
- Sep 7, 2006, 10:33:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/story_entities/game_world.cc
r9715 r9723 415 415 if (currentFrame - this->lastFrame < .01) 416 416 { 417 SDL_Delay( 1000.0 * (0.01 - (currentFrame - lastFrame)));417 SDL_Delay((int)1000.0 * (0.01 - (currentFrame - lastFrame))); 418 418 currentFrame = Timer::getNow(); 419 419 }
Note: See TracChangeset
for help on using the changeset viewer.