Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8666 in orxonox.OLD for branches/script_engine/src/story_entities


Ignore:
Timestamp:
Jun 21, 2006, 1:38:38 PM (18 years ago)
Author:
snellen
Message:

removed lunartest2.lua, cleaned all testing code

File:
1 edited

Legend:

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

    r8408 r8666  
    187187
    188188  //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");
    196195 
    197196  LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams);
Note: See TracChangeset for help on using the changeset viewer.