Change up strcasecmp/strncasecmp to be more C++y
This commit is contained in:
+1
-1
@@ -331,7 +331,7 @@ void IN_Init(void) {
|
||||
else
|
||||
SDL_StopTextInput();
|
||||
#endif
|
||||
if (safemode || common::check_param("-nomouse").has_value()) {
|
||||
if (common::safe_mode || common::check_param("-nomouse").has_value()) {
|
||||
no_mouse = true;
|
||||
/* discard all mouse events when input is deactivated */
|
||||
IN_BeginIgnoringMouseEvents();
|
||||
|
||||
Reference in New Issue
Block a user