Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 10, 2009, 12:24:27 PM (15 years ago)
Author:
scheusso
Message:

various performance and memory issues fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc

    r3126 r3137  
    163163                                break;
    164164                            default: //not supported...
     165//                                 std::cout << endl << c << endl;
    165166                                break;
    166167                        }
     
    251252    void GSDedicated::setTerminalMode()
    252253    {
     254#ifndef ORXONOX_PLATFORM_WINDOWS
    253255        termios new_settings;
    254256     
     
    262264        COUT(0) << endl;
    263265//       atexit(&GSDedicated::resetTerminalMode);
     266#endif
    264267    }
    265268   
Note: See TracChangeset for help on using the changeset viewer.