Fixed compile without CCL support.

This commit is contained in:
johns 2001-03-19 01:47:21 +00:00
parent 4f2bb1c68d
commit ff6bddec32

View file

@ -749,7 +749,9 @@ global void ParsePudUGRD(const char* ugrd,int length)
int icon;
int group;
int flags;
#ifdef USE_CCL
int costs[MaxCosts];
#endif
DebugLevel3Fn(" Length %d\n",length);
DebugCheck( length!=780 );