src/dummy_land.cpp
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6868 7eb395287b3d
child 6878 7d1ff2f621c7
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
     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 "tile_cmd.h"
       
     8 #include "command_func.h"
       
     9 #include "viewport_func.h"
       
    10 
     7 #include "table/strings.h"
    11 #include "table/strings.h"
     8 #include "functions.h"
       
     9 #include "viewport.h"
       
    10 #include "command.h"
       
    11 #include "table/sprites.h"
    12 #include "table/sprites.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);