diff options
author | rubidium <rubidium@openttd.org> | 2010-07-19 17:00:54 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-07-19 17:00:54 +0000 |
commit | 5a836cdec79cea79ff3ef69c08f13a0546c6dacd (patch) | |
tree | b99ecea2bc6ed091855a354725adcf308c7c5ada /src/variables.h | |
parent | 34764feac226f4a962cfa7957db79feb617c900c (diff) | |
download | openttd-5a836cdec79cea79ff3ef69c08f13a0546c6dacd.tar.xz |
(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name
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 9c7a0712c..1cd6b14a1 100644 --- a/src/variables.h +++ b/src/variables.h @@ -28,7 +28,4 @@ VARDEF char *_config_file; VARDEF char *_highscore_file; VARDEF char *_log_file; -/* landscape.cpp */ -extern const byte _tileh_to_sprite[32]; - #endif /* VARIABLES_H */ |