Changeset 8666 in orxonox.OLD for branches/script_engine/src/story_entities
- Timestamp:
- Jun 21, 2006, 1:38:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/story_entities/game_world.cc
r8408 r8666 187 187 188 188 //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 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"); 196 195 197 196 LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams);
Note: See TracChangeset
for help on using the changeset viewer.