Changeset 3681 in orxonox.OLD for orxonox/branches/textEngine/src/game_loader.cc
- Timestamp:
- Mar 30, 2005, 9:02:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/textEngine/src/game_loader.cc
r3433 r3681 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.