summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/misc.c b/misc.c
index 5e4b7ff46..9e32bd0d6 100644
--- a/misc.c
+++ b/misc.c
@@ -122,14 +122,8 @@ void ConvertGroundTilesIntoWaterTiles(void);
void InitializeGame(uint size_x, uint size_y)
{
- uint i;
-
AllocateMap(size_x, size_y);
- // Initialize the autoreplace array. Needs to be cleared between each game
- for (i = 0; i < lengthof(_autoreplace_array); i++)
- _autoreplace_array[i] = i;
-
AddTypeToEngines(); // make sure all engines have a type
SetObjectToPlace(SPR_CURSOR_ZZZ, 0, 0, 0);