diff --git a/console_cmds.c b/console_cmds.c --- a/console_cmds.c +++ b/console_cmds.c @@ -1342,7 +1342,7 @@ DEF_CONSOLE_CMD(ConPatch) if (argc == 2) { IConsoleGetPatchSetting(argv[1]); } else { - int32 val; + uint32 val; if (GetArgumentInteger(&val, argv[2])) IConsoleSetPatchSetting(argv[1], val); }