Fix warnings [-Wmissing-field-initializers]

This commit is contained in:
negativeExponent
2020-10-21 20:35:05 +08:00
parent b3da5fcdce
commit 99c0d8351f
5 changed files with 36 additions and 36 deletions

View File

@@ -38,7 +38,7 @@ int32 Wave[2048 + 512];
int32 WaveHi[40000];
int32 WaveFinal[2048 + 512];
EXPSOUND GameExpSound = { 0, 0, 0 };
EXPSOUND GameExpSound = { 0, 0, 0, 0, 0, 0 };
static uint8 TriCount = 0;
static uint8 TriMode = 0;