File diff r8263:00e828e1ab1f → r8264:d493cb51fe8a
src/dummy_land.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file dummy_land.cpp */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "table/strings.h"
 
#include "tile_cmd.h"
 
#include "command_func.h"
 
#include "viewport_func.h"
 

	
 
#include "table/strings.h"
 
#include "table/sprites.h"
 
#include "viewport_func.h"
 

	
 
static void DrawTile_Dummy(TileInfo *ti)
 
{
 
	DrawGroundSpriteAt(SPR_SHADOW_CELL, PAL_NONE, ti->x, ti->y, ti->z);
 
}