This commit is contained in:
Simon Howard 2018-03-16 20:34:01 -04:00
parent 1692a21966
commit 04b3ca24eb

View file

@ -306,7 +306,7 @@ void I_Error (char *error, ...)
}
//!
// If specified, don't show a GUI for error messages when the
// If specified, don't show a GUI window for error messages when the
// game exits with an error.
//
exit_gui_popup = !M_ParmExists("-nogui");