Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5305 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Oct 7, 2005, 3:34:01 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: better implementation of the Texture-loading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/campaign.cc

    r5300 r5305  
    144144      if( ( nextWorldID == WORLD_ID_GAMEEND) ||( se == NULL) )
    145145        {
    146           PRINTF(0)("Quitting campaing story loop\n");
     146          PRINTF(4)("Quitting campaing story loop\n");
    147147          if(se != NULL)
    148148            delete se;
Note: See TracChangeset for help on using the changeset viewer.