From 4130198f48f8c342373c4aa17b0c2cba31835415 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 20 Jul 2005 19:08:02 +0000 Subject: (svn r2654) SlWriteUint16() should have a uint16 as parameter, not some arbitrary enum --- saveload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saveload.c b/saveload.c index 1e6526d7a..3c561f821 100644 --- a/saveload.c +++ b/saveload.c @@ -121,7 +121,7 @@ static inline uint64 SlReadUint64(void) return (uint64)x << 32 | y; } -static inline void SlWriteUint16(VarType v) +static inline void SlWriteUint16(uint16 v) { SlWriteByte((byte)(v >> 8)); SlWriteByte((byte)v); -- cgit v1.2.3-70-g09d2