(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 34764feac2
commit 5a836cdec7
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 */