Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8316 in orxonox.OLD for trunk/src/world_entities/terrain.cc


Ignore:
Timestamp:
Jun 11, 2006, 1:57:27 PM (19 years ago)
Author:
bensch
Message:

trunk: fixed most -Wall warnings… but there are still many missing :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/terrain.cc

    r8037 r8316  
    6363  this->init();
    6464
    65   if (fileName.rfind(".obj" ) != -1 || fileName.rfind(".OBJ") != -1 )
     65  if (fileName.rfind(".obj" ) != std::string::npos || fileName.rfind(".OBJ") != std::string::npos )
    6666  {
    6767    this->loadModel(fileName);
Note: See TracChangeset for help on using the changeset viewer.