summaryrefslogtreecommitdiff
path: root/landscape.c
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-07-14 09:43:59 +0000
committerludde <ludde@openttd.org>2005-07-14 09:43:59 +0000
commit80860170973d57edbf48c864a642cb5874f18c48 (patch)
treef6981bd89e076320ae37ab99f9dbf0619bca554c /landscape.c
parentf9018826382158da72dee004cc453f1b7e189a36 (diff)
downloadopenttd-80860170973d57edbf48c864a642cb5874f18c48.tar.xz
(svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not meant to be used by GUI-code, because it modifies the "game-state".
Added a way to bind a C-string to an openttd string which doesn't modify the game state.
Diffstat (limited to 'landscape.c')
-rw-r--r--landscape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/landscape.c b/landscape.c
index 31f134e93..bd708aea4 100644
--- a/landscape.c
+++ b/landscape.c
@@ -422,7 +422,7 @@ void RunTileLoop(void)
_cur_tileloop_tile = tile;
}
-void InitializeLandscape()
+void InitializeLandscape(void)
{
uint map_size;
uint i;