(svn r2046) -Codechange: moved all waypoint code to waypoint.c/waypoint.h
-Codechange: rewrote some functions while moving waypoint-stuff -Add: added support for 64k waypoints -Fix: made the waypoint struct a bit more logic (no bit-fucking)
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "command.h"
|
||||
#include "vehicle.h"
|
||||
#include "station.h"
|
||||
#include "waypoint.h"
|
||||
|
||||
static uint _cur_railtype;
|
||||
static bool _remove_button_clicked;
|
||||
|
Reference in New Issue
Block a user