Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3351


Ignore:
Timestamp:
Jul 25, 2009, 10:11:12 PM (15 years ago)
Author:
rgrieder
Message:

Build fix for windows.

File:
1 edited

Legend:

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

    r3341 r3351  
    122122        while(!closeThread_)
    123123        {
     124#ifdef ORXONOX_PLATFORM_UNIX
    124125            size_t count = read(STDIN_FILENO, &c, 1);
    125126            if (count == 1)
     127#else
     128            c = getchar();
     129#endif
    126130            {
    127131//                 boost::recursive_mutex::scoped_lock(this->inputLineMutex_);
Note: See TracChangeset for help on using the changeset viewer.