src/dummy_land.cpp
changeset 8760 ce0891c412ce
parent 8721 b7971ad9bdd9
child 9092 383a632de666
equal deleted inserted replaced
8759:eae56497cf83 8760:ce0891c412ce
     2 
     2 
     3 /** @file dummy_land.cpp */
     3 /** @file dummy_land.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "table/strings.h"
       
     8 #include "tile_cmd.h"
     7 #include "tile_cmd.h"
     9 #include "command_func.h"
     8 #include "command_func.h"
       
     9 #include "viewport_func.h"
       
    10 
       
    11 #include "table/strings.h"
    10 #include "table/sprites.h"
    12 #include "table/sprites.h"
    11 #include "viewport_func.h"
       
    12 
    13 
    13 static void DrawTile_Dummy(TileInfo *ti)
    14 static void DrawTile_Dummy(TileInfo *ti)
    14 {
    15 {
    15 	DrawGroundSpriteAt(SPR_SHADOW_CELL, PAL_NONE, ti->x, ti->y, ti->z);
    16 	DrawGroundSpriteAt(SPR_SHADOW_CELL, PAL_NONE, ti->x, ti->y, ti->z);
    16 }
    17 }