[r319] GCC Compile Error +Fix

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
Agent ME
Posts: 229
Joined: Mon Jan 02, 2006 12:39
Contact:

[r319] GCC Compile Error +Fix

Post by Agent ME »

GCC currently complains about an error in src/p_setup.cpp.

After looking at the version of the file from zdoom, I figured that changing line 3415 from

Code: Select all

P_LoadTranslator(!level.info->Translator.IsEmpty()? level.info->Translator.GetChars() : gameinfo.translator);
to

Code: Select all

P_LoadTranslator(!level.info->Translator.IsEmpty()? level.info->Translator.GetChars() : gameinfo.translator.GetChars());
fixes gzdoom compiling in GCC.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: [r319] GCC Compile Error +Fix

Post by Graf Zahl »

fixed
Locked

Return to “Closed Bugs”