engine.c
changeset 405 6830ae7a0d5d
parent 369 ab2266938fa8
child 408 63a8c0505aab
--- a/engine.c	Sun Nov 14 16:13:43 2004 +0000
+++ b/engine.c	Sun Nov 14 16:42:08 2004 +0000
@@ -7,6 +7,7 @@
 #include "vehicle.h"
 #include "news.h"
 #include "saveload.h"
+#include "sprite.h"
 
 #define UPDATE_PLAYER_RAILTYPE(e,p) if ((byte)(e->railtype + 1) > p->max_railtype) p->max_railtype = e->railtype + 1;