diff --git a/src/c_cmds.cpp b/src/c_cmds.cpp index 6eb3dc988..0b03a951d 100644 --- a/src/c_cmds.cpp +++ b/src/c_cmds.cpp @@ -456,7 +456,11 @@ CCMD(setinv) CCMD (gameversion) { +#ifndef NO_SSE Printf ("%s @ %s\nCommit %s\n", GetVersionString(), GetGitTime(), GetGitHash()); +#else + Printf ("%s NO SSE2 @ %s\nCommit %s\n", GetVersionString(), GetGitTime(), GetGitHash()); +#endif } CCMD (print)