Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 7, 2006, 10:33:06 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: safer smart-pointer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/story_entities/game_world.cc

    r9715 r9723  
    415415    if (currentFrame - this->lastFrame < .01)
    416416    {
    417       SDL_Delay(1000.0 * (0.01 - (currentFrame - lastFrame)));
     417      SDL_Delay((int)1000.0 * (0.01 - (currentFrame - lastFrame)));
    418418      currentFrame = Timer::getNow();
    419419    }
Note: See TracChangeset for help on using the changeset viewer.