Fixed compile with CCL support.
This commit is contained in:
parent
206eac6ce1
commit
a55736f37d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
;
|
||||
|
|
Loading…
Add table
Reference in a new issue