Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2007, 6:14:35 PM (17 years ago)
Author:
snellen
Message:

Removed classes Account and Object (both needed only to test the scriptingframework)and removed example.cc, cleaned commented code in script_trigger.cc and gameworld.cc. … more to come

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/story_entities/game_world.cc

    r10523 r10585  
    193193  this->dataXML = (TiXmlElement*)root->Clone();
    194194
    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 
    204195  LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams);
    205196
Note: See TracChangeset for help on using the changeset viewer.