Changeset - r30:308bec20ca13
[Not reviewed]
master
0 1 0
dominik - 20 years ago 2004-08-12 21:42:20
dominik@openttd.org
(svn r31) Fix: pressing 6 in landscaping toolbar crashed the game
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
terraform_gui.c
Show inline comments
 
@@ -33,13 +33,13 @@ typedef void OnButtonClick(Window *w);
 
static const uint16 _terraform_keycodes[] = {
 
	'1',
 
	'2',
 
	'3',
 
	'4',
 
	'5',
 
	'6',
 
	0,
 
	'7',
 
};
 

	
 
void PlaceProc_DemolishArea(uint tile)
 
{
 
	VpStartPlaceSizing(tile, VPM_X_AND_Y);
0 comments (0 inline, 0 general)