misc.c
changeset 1914 5ede46fd496f
parent 1891 92a3b0aa0946
child 1999 470681a69bdb
--- a/misc.c	Mon Jun 06 13:11:35 2005 +0000
+++ b/misc.c	Mon Jun 06 13:47:06 2005 +0000
@@ -3,6 +3,7 @@
 #include "string.h"
 #include "strings.h" // XXX GetParam*
 #include "table/strings.h"
+#include "table/sprites.h"
 #include "map.h"
 #include "vehicle.h"
 #include "gfx.h"
@@ -208,7 +209,7 @@
 
 	AddTypeToEngines(); // make sure all engines have a type
 
-	SetObjectToPlace(1, 0, 0, 0);
+	SetObjectToPlace(SPR_CURSOR_ZZZ, 0, 0, 0);
 
 	_pause = 0;
 	_fast_forward = 0;
@@ -270,7 +271,7 @@
 
 	_generating_world = true;
 	InitializeGame(log_x, log_y);
-	SetObjectToPlace(1, 0, 0, 0);
+	SetObjectToPlace(SPR_CURSOR_ZZZ, 0, 0, 0);
 
 	// Must start economy early because of the costs.
 	StartupEconomy();