Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4826 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Jul 8, 2005, 7:02:18 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the weaponManager out of Weapon
we have files enough. one more is not too much :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4823 r4826  
    880880    }
    881881  delete iterator;
    882   crosshair->draw();
    883882
    884883  glCallList (objectList);
     
    888887  TextEngine::getInstance()->draw();
    889888  LightManager::getInstance()->draw(); // must be at the end of the drawing procedure, otherwise Light cannot be handled as PNodes //
     889  crosshair->draw();
    890890}
    891891
Note: See TracChangeset for help on using the changeset viewer.