variables.h
changeset 1958 625d71cd6898
parent 1941 b1cb02c0401c
child 1977 4392ae3d8e31
--- a/variables.h	Mon Jun 20 19:39:49 2005 +0000
+++ b/variables.h	Mon Jun 20 20:08:10 2005 +0000
@@ -432,10 +432,7 @@
 
 /* landscape.c */
 extern const byte _tileh_to_sprite[32];
-
-static const byte _inclined_tileh[] = {
-	3,9,3,6,12,6,12,9,
-};
+extern const byte _inclined_tileh[8];
 
 extern const TileTypeProcs * const _tile_type_procs[16];