Changeset 8711 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jun 22, 2006, 1:09:20 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r8490 r8711 142 142 } 143 143 144 #include "account.cc"145 #include "object.cc"146 144 /** 147 145 * loads the GameWorld by initializing all resources, and set their default values. … … 187 185 188 186 //remove this after finished testing !!!! 189 Object* obj= new Object(); 190 obj->setName("Obj"); 191 Account* a = new Account(); 192 a->setName("a"); 193 Account *b = new Account(30); 194 b->setName("b"); 195 187 //Object* obj= new Object(); 188 //obj->setName("Obj"); 189 //Account* a = new Account(); 190 //a->setName("a"); 191 //Account *b = new Account(30); 192 //b->setName("b"); 196 193 197 194 LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams);
Note: See TracChangeset
for help on using the changeset viewer.