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