(svn r2626) static, const, misc.

This commit is contained in:
tron
2005-07-17 20:14:58 +00:00
parent 552aa1b4dc
commit 152439b56c
8 changed files with 317 additions and 322 deletions

View File

@@ -399,7 +399,7 @@ typedef struct {
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d));
typedef struct {
uint16 follow_vehicle;
VehicleID follow_vehicle;
int32 scrollpos_x;
int32 scrollpos_y;
} vp_d;