(svn r1448) -Fix: The current_order of a vehicle is now correctly saved (caused

massive desyncs)
  Warning: savegames which are made with the nightly of 08-01-2005 will 
   NO LONGER work!!
This commit is contained in:
truelight
2005-01-09 18:49:18 +00:00
parent 7ee55362c5
commit 3e84b9781f
3 changed files with 26 additions and 15 deletions

View File

@@ -3,6 +3,10 @@
#include "vehicle_gui.h"
/* If you change this, keep in mind that it is saved on 3 places:
- Load_ORDR, all the global orders
- Vehicle -> current_order
- REF_SHEDULE (all REFs are currently limited to 16 bits!!) */
typedef struct Order {
uint8 type;
uint8 flags;