(svn r63) Fix: [ 1009385 ] Too many save games prevented loading
authordominik
Mon, 16 Aug 2004 13:09:52 +0000
changeset 62 2bdd81b8adcc
parent 61 cd2827156f2a
child 63 53cc59601b3c
(svn r63) Fix: [ 1009385 ] Too many save games prevented loading
window.h
--- a/window.h	Sun Aug 15 22:17:46 2004 +0000
+++ b/window.h	Mon Aug 16 13:09:52 2004 +0000
@@ -162,7 +162,7 @@
 #define WP(ptr,str) (*(str*)(ptr)->custom)
 
 typedef struct {
-	byte count, cap, pos;
+	uint16 count, cap, pos;
 } Scrollbar;
 
 struct Window {