diff options
author | rubidium <rubidium@openttd.org> | 2010-07-19 17:17:36 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-19 17:17:36 +0000 |
commit | 73527b7b4506cb7f34ac44a1fbcfbc200c320dbd (patch) | |
tree | 4e51a7408d350522bc9021dda1185344176110df /src/variables.h | |
parent | 51ca546a9dda04ba3b43a35fc0e751d31204244a (diff) | |
download | openttd-73527b7b4506cb7f34ac44a1fbcfbc200c320dbd.tar.xz |
(svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld
Diffstat (limited to 'src/variables.h')
-rw-r--r-- | src/variables.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/variables.h b/src/variables.h index 762c0a53e..1d63d02f9 100644 --- a/src/variables.h +++ b/src/variables.h @@ -19,7 +19,4 @@ /* Amount of game ticks */ VARDEF uint16 _tick_counter; -/* IN/OUT parameters to commands */ -VARDEF bool _generating_world; - #endif /* VARIABLES_H */ |