(svn r20187) -Codechange: move _tileh_to_sprite into a function in a more logical place and with a more descriptive name

This commit is contained in:
rubidium
2010-07-19 17:00:54 +00:00
parent 2ab8035604
commit 035d0ef16b
8 changed files with 25 additions and 16 deletions

View File

@@ -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 */