- Fixed: Inventory.Icon printed error message for all the missing icons in
Strife's teaser. - Fixed: st_start.cpp needed a #define _WIN32_WINNT 0x0501. - Fixed a few uninitialized variables warnings for GCC. SVN r418 (trunk)
This commit is contained in:
parent
af2ef6f5f0
commit
43ddce519c
6 changed files with 17 additions and 4 deletions
|
|
@ -1592,7 +1592,7 @@ void V_InitFontColors ()
|
|||
{
|
||||
TArray<FName> names;
|
||||
int lump, lastlump = 0;
|
||||
TranslationParm tparm;
|
||||
TranslationParm tparm = { 0 }; // Silence GCC
|
||||
TArray<TranslationParm> parms;
|
||||
TArray<TempParmInfo> parminfo;
|
||||
TArray<TempColorInfo> colorinfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue