diff options
author | rubidium <rubidium@openttd.org> | 2010-07-19 17:13:46 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-19 17:13:46 +0000 |
commit | 51ca546a9dda04ba3b43a35fc0e751d31204244a (patch) | |
tree | e5728159956ecf9f42b4dcc885f2c149a8d0b21e /src/variables.h | |
parent | eb30ebe1a4b5b6b5fef98331ec91c1d23b4a00cc (diff) | |
download | openttd-51ca546a9dda04ba3b43a35fc0e751d31204244a.tar.xz |
(svn r20189) -Codechange: unVARDEF _display_opt and move it to a more logical location
Diffstat (limited to 'src/variables.h')
-rw-r--r-- | src/variables.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/variables.h b/src/variables.h index f6aceaf5a..762c0a53e 100644 --- a/src/variables.h +++ b/src/variables.h @@ -19,8 +19,6 @@ /* Amount of game ticks */ VARDEF uint16 _tick_counter; -VARDEF byte _display_opt; - /* IN/OUT parameters to commands */ VARDEF bool _generating_world; |