Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2006, 1:28:36 PM (20 years ago)
Author:
bensch
Message:

ParamPowerUp is now also loaded correctly

File:
1 edited

Legend:

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

    r6409 r6412  
    319319    {
    320320      /* the frame-rate is limited to 100 frames per second, all other things are for nothing. */
    321       PRINTF(0)("fps = 1000 - frame rate is adjusted\n");
     321      //PRINTF(0)("fps = 1000 - frame rate is adjusted\n");
    322322      SDL_Delay(10 - dt);
    323323      this->dt = 10;
Note: See TracChangeset for help on using the changeset viewer.