- disabled console lockout option as a modding feature.

No, sorry, but this is something I consider unacceptable!
This commit is contained in:
Christoph Oelckers 2019-10-19 00:27:34 +02:00
parent 4142d3792b
commit 8b1f2f5fc9
1 changed files with 1 additions and 1 deletions

View File

@ -6576,7 +6576,7 @@ int app_main(int argc, char const * const * argv)
Bsprintf(tempbuf, HEAD2 " %s", s_buildRev);
OSD_SetVersion(tempbuf, 10,0);
OSD_SetParameters(0, 0, 0, 12, 2, 12, OSD_ERROR, OSDTEXT_RED, gamefunctions[gamefunc_Show_Console][0] == '\0' ? OSD_PROTECTED : 0);
OSD_SetParameters(0, 0, 0, 12, 2, 12, OSD_ERROR, OSDTEXT_RED, /*gamefunctions[gamefunc_Show_Console][0] == '\0' ? OSD_PROTECTED :*/ 0);
registerosdcommands();
if (g_networkMode != NET_DEDICATED_SERVER)