Skip to content

Commit e38d6e3

Browse files
committed
fix GCC
1 parent 920b950 commit e38d6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Resource/XcomResourcePack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ struct HairBleach
7777
XcomResourcePack::XcomResourcePack(std::vector<std::pair<std::string, ExtraSprites *> > extraSprites, std::vector<std::pair<std::string, ExtraSounds *> > extraSounds) : ResourcePack()
7878
{
7979
// Load palettes
80-
char *pal[] = {"PAL_GEOSCAPE", "PAL_BASESCAPE", "PAL_GRAPHS", "PAL_UFOPAEDIA", "PAL_BATTLEPEDIA"};
80+
const char *pal[] = {"PAL_GEOSCAPE", "PAL_BASESCAPE", "PAL_GRAPHS", "PAL_UFOPAEDIA", "PAL_BATTLEPEDIA"};
8181
for (int i = 0; i < sizeof(pal) / sizeof(pal[0]); ++i)
8282
{
8383
std::string s = "GEODATA/PALETTES.DAT";

0 commit comments

Comments
 (0)