saveload.c
changeset 2144 011a8b5ddcaa
parent 2141 2566286df545
child 2150 010d923a81a9
--- a/saveload.c	Wed Jul 20 17:48:35 2005 +0000
+++ b/saveload.c	Wed Jul 20 19:08:02 2005 +0000
@@ -121,7 +121,7 @@
 	return (uint64)x << 32 | y;
 }
 
-static inline void SlWriteUint16(VarType v)
+static inline void SlWriteUint16(uint16 v)
 {
 	SlWriteByte((byte)(v >> 8));
 	SlWriteByte((byte)v);