Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4115 in orxonox.OLD for orxonox/trunk/src/world_entities


Ignore:
Timestamp:
May 7, 2005, 10:13:19 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: windows-test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/world_entity.cc

    r4114 r4115  
    6565  this->model = NULL;
    6666  string = grabParameter( root, "model");
    67   printf("::::::::::::::::::::::string is %s\n", string);
    6867  if( string != NULL)
    6968    this->model = (Model*)ResourceManager::getInstance()->load(string, OBJ, RP_CAMPAIGN);
Note: See TracChangeset for help on using the changeset viewer.