(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:
truelight
2005-03-24 17:03:37 +00:00
parent 625d041e99
commit d1e158d6f7
20 changed files with 617 additions and 442 deletions

View File

@@ -930,9 +930,9 @@ static const byte _bridge_foundations[2][16] = {
{1,15,17,0,19,5,6,7,21,9,10,11, 0,13,14},
};
extern const byte _track_sloped_sprites[14];
extern const byte _road_sloped_sprites[14];
#include "table/track_land.h"
#include "table/bridge_land.h"
#include "table/tunnel_land.h"
#include "table/water_land.h"