--- a/console_cmds.c Tue Aug 15 07:37:01 2006 +0000 +++ b/console_cmds.c Tue Aug 15 09:03:35 2006 +0000 @@ -1342,7 +1342,7 @@ if (argc == 2) { IConsoleGetPatchSetting(argv[1]); } else { - int32 val; + uint32 val; if (GetArgumentInteger(&val, argv[2])) IConsoleSetPatchSetting(argv[1], val); }