Skip to content

Commit

Permalink
fix #6296
Browse files Browse the repository at this point in the history
  • Loading branch information
rtri committed Sep 6, 2019
1 parent 81db427 commit 87dc2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Map/SMF/SMFMapFile.h
Expand Up @@ -59,7 +59,7 @@ class CSMFMapFile
SMFHeader header;
MapFeatureHeader featureHeader;

char featureTypes[8192][64];
char featureTypes[16384][32];

int featureFileOffset = 0;
};
Expand Down

0 comments on commit 87dc2fe

Please sign in to comment.