Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8156 in orxonox.OLD


Ignore:
Timestamp:
Jun 5, 2006, 3:50:10 PM (18 years ago)
Author:
snellen
Message:

this won't compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/lib/script_engine/script_manager.cc

    r8155 r8156  
    3333  const TiXmlElement* scripts = root->FirstChildElement("Scripts");
    3434
    35   if( element == NULL)
     35  if( scripts == NULL)
    3636  {
    3737    PRINTF(1)("ScriptManager is missing 'Scripts'\n");
     
    6565
    6666
    67 void  ScriptManager::createScriptList(TiXmlElement* scripts)
     67void  ScriptManager::createScriptList(const TiXmlElement* scripts)
    6868{
    6969  const TiXmlElement* script = scripts->FirstChildElement();
Note: See TracChangeset for help on using the changeset viewer.