Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8711 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Jun 22, 2006, 1:09:20 PM (19 years ago)
Author:
bensch
Message:

merged the script_engine back here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r8490 r8711  
    142142}
    143143
    144 #include "account.cc"
    145 #include "object.cc"
    146144/**
    147145 *  loads the GameWorld by initializing all resources, and set their default values.
     
    187185
    188186  //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  
     187  //Object* obj= new Object();
     188  //obj->setName("Obj");
     189  //Account* a = new Account();
     190  //a->setName("a");
     191  //Account *b = new Account(30);
     192  //b->setName("b");
    196193 
    197194  LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams);
Note: See TracChangeset for help on using the changeset viewer.