Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6992 in orxonox.OLD for trunk/src/story_entities/simple_game_menu.cc


Ignore:
Timestamp:
Feb 2, 2006, 10:55:43 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: now the StoryEntity stores the path it was loaded with, not the GameWorld

File:
1 edited

Legend:

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

    r6991 r6992  
    243243  EventHandler::getInstance()->unsubscribe(this, ES_MENU);
    244244
    245   std::vector<ImageEntity*>::iterator it;
    246245  std::vector<MenuLayer>::iterator mit;
    247246  for(mit = this->menuLayers.begin(); mit != this->menuLayers.end(); mit++)
Note: See TracChangeset for help on using the changeset viewer.