Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 9, 2008, 6:29:19 PM (16 years ago)
Author:
rgrieder
Message:

gcc and msvc don't always see eye to eye, fortunately…
Also created new config value for cursor symbol.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/console/InGameConsole.h

    r1577 r1578  
    8989            float cursor_;
    9090            unsigned int inputWindowStart_;
    91             char cursorSymbol_;
    9291            bool bShowCursor_;
    9392            std::string displayedText_;
     
    105104            float scrollSpeed_;
    106105            float noiseSize_;
     106            char cursorSymbol_;
    107107    };
    108108}
Note: See TracChangeset for help on using the changeset viewer.