Changeset 8385 in orxonox.OLD for branches/script_engine/src/story_entities
- Timestamp:
- Jun 14, 2006, 2:21:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/story_entities/game_world.cc
r8303 r8385 186 186 this->dataXML = (TiXmlElement*)root->Clone(); 187 187 188 188 //remove this after finished testing !!!! 189 189 Object* obj= new Object(); 190 190 obj->setName("Obj"); … … 193 193 Account *b = new Account(30); 194 194 b->setName("b"); 195 printf("ScriptManager created by game world\n"); 195 196 196 197 LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams); 197 198
Note: See TracChangeset
for help on using the changeset viewer.