(svn r16735) -Codechange: had_vehicle_of_type only stored 7 bits, all less that bit 7... but it was a word wasting space etc.

This commit is contained in:
rubidium
2009-07-04 11:24:25 +00:00
parent 527dd3dcf7
commit 65f77a7bee
2 changed files with 3 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ public:
ViewportSign sign;
uint16 had_vehicle_of_type;
byte had_vehicle_of_type;
byte time_since_load;
byte time_since_unload;