Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7123 in orxonox.OLD for trunk/src/orxonox.cc


Ignore:
Timestamp:
Feb 11, 2006, 8:57:26 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: some cleanup before the new tag

  1. BaseObject isA was wrong… every subclass was detected as any other subclass
  2. Classes get unloaded again as they should
  3. some minor fixes (Material* → Material) and some other cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r7067 r7123  
    120120
    121121  SDL_QuitSubSystem(SDL_INIT_TIMER);
    122   ClassList::debug();
     122  ClassList::debug(3);
    123123
    124124  PRINT(3)
Note: See TracChangeset for help on using the changeset viewer.