Changeset 10585 in orxonox.OLD for branches/cleanup/src/story_entities
- Timestamp:
- Feb 8, 2007, 6:14:35 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/story_entities/game_world.cc
r10523 r10585 193 193 this->dataXML = (TiXmlElement*)root->Clone(); 194 194 195 //remove this after finished testing !!!!196 //Object* obj= new Object();197 //obj->setName("Obj");198 //Account* a = new Account();199 //a->setName("a");200 //Account *b = new Account(30);201 //b->setName("b");202 203 204 195 LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams); 205 196
Note: See TracChangeset
for help on using the changeset viewer.