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
 
@@ -159,13 +159,13 @@ enum {
 
	WDP_CENTER = -2,
 
};
 

	
 
#define WP(ptr,str) (*(str*)(ptr)->custom)
 

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

	
 
struct Window {
 
	uint16 flags4;
 
	WindowClass window_class;
 
	WindowNumber window_number;
0 comments (0 inline, 0 general)