Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6178 in orxonox.OLD


Ignore:
Timestamp:
Dec 20, 2005, 2:55:03 AM (18 years ago)
Author:
patrick
Message:

christmas: the texture path is now relativ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/world_entities/world_entity.cc

    r6175 r6178  
    138138      PRINTF(4)("fetching MD2 file: %s\n", fileName);
    139139//         MD2Model* m = (MD2Model*)ResourceManager::getInstance()->load(fileName, MD2, RP_CAMPAIGN);
    140       MD2Model* m = new MD2Model(fileName, "/home/boenzlip/orxonox/data/maps/santa_claus.png");
     140      MD2Model* m = new MD2Model(fileName, "");
    141141      m->debug();
    142142      this->supportsLOD = false;
Note: See TracChangeset for help on using the changeset viewer.