Changeset - r4279:3c9ce04cf397
[Not reviewed]
master
0 1 0
rubidium - 18 years ago 2006-08-15 09:03:35
rubidium@openttd.org
(svn r5909) -Fix (r5908): silence signedness warning
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
console_cmds.c
Show inline comments
 
@@ -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);
 
	}
 

	
0 comments (0 inline, 0 general)