Fixed compile with CCL support.

This commit is contained in:
johns 2001-02-19 16:34:42 +00:00
parent 206eac6ce1
commit a55736f37d

View file

@ -35,7 +35,7 @@
extern int WoodTable[16]; /// Table for wood removable.
extern int RockTable[20]; /// Table for rock removable.
#if !defined(CCL) && !defined(CCL2)
#if !defined(USE_CCL) && !defined(USE_CCL2)
/**
** Default without CCL support.
*/
@ -53,7 +53,7 @@ local char* DefaultTilesetWcNames[] = {
** 0=summer, 1=winter, 2=wasteland, 3=swamp.
*/
global char** TilesetWcNames
#if !defined(CCL) && !defined(CCL2)
#if !defined(USE_CCL) && !defined(USE_CCL2)
=DefaultTilesetWcNames
#endif
;