Changeset - r62:ae7b1efcef22
[Not reviewed]
master
0 1 0
dominik - 20 years ago 2004-08-16 13:09:52
dominik@openttd.org
(svn r63) Fix: [ 1009385 ] Too many save games prevented loading
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
window.h
Show inline comments
 
@@ -162,7 +162,7 @@ enum {
 
#define WP(ptr,str) (*(str*)(ptr)->custom)
 

	
 
typedef struct {
 
	byte count, cap, pos;
 
	uint16 count, cap, pos;
 
} Scrollbar;
 

	
 
struct Window {
0 comments (0 inline, 0 general)