Changeset 3629 in orxonox.OLD for orxonox/trunk/src/game_loader.cc
- Timestamp:
- Mar 22, 2005, 11:15:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/game_loader.cc
r3433 r3629 86 86 switch(campaignID) 87 87 { 88 // Debug Level 0: Debug level used to test the base frame work. 88 /* 89 Debug Level 0: Debug level used to test the base frame work. 90 As you can see, all storyentity data is allocated before game 91 start. the storyentity will load themselfs shortly before start 92 through the StoryEntity::init() funtion. 93 */ 89 94 case DEBUG_CAMPAIGN_0: 90 95 {
Note: See TracChangeset
for help on using the changeset viewer.