Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 21, 2009, 5:56:10 PM (16 years ago)
Author:
rgrieder
Message:

various small changes:

  • Fixed a bug in the GameStates concerning return type of virtual functions
  • Found some more C-style casts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/Core.cc

    r2807 r2815  
    401401            return;
    402402
     403#ifdef ORXONOX_PLATFORM_WINDOWS
    403404        unsigned int coreNr = limitToCPU - 1;
    404 #ifdef ORXONOX_PLATFORM_WINDOWS
    405405        // Get the current process core mask
    406406        DWORD procMask;
Note: See TracChangeset for help on using the changeset viewer.