Skip to content

Commit

Permalink
part of #4907:
Browse files Browse the repository at this point in the history
add Signal-NaNs to version string
  • Loading branch information
abma committed Jul 20, 2015
1 parent 51b1e53 commit 69eea1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rts/Game/GameVersion.cpp
Expand Up @@ -95,6 +95,12 @@ std::string GetAdditional()
#define GV_ADD_SPACE " "
#endif

#if defined __SUPPORT_SNAN__
GV_ADD_SPACE "Signal-NaNs"
#undef GV_ADD_SPACE
#define GV_ADD_SPACE " "
#endif

#if defined HEADLESS && !defined DEDICATED
GV_ADD_SPACE "Headless"
#undef GV_ADD_SPACE
Expand Down

0 comments on commit 69eea1b

Please sign in to comment.