mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- uninitialized variable fixed
This commit is contained in:
parent
0036402be8
commit
d87f0dc0b0
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ public:
|
|||
FString format;
|
||||
for (int i = 0; i < 9; i++)
|
||||
{
|
||||
FGameTexture* img;
|
||||
FGameTexture* img = nullptr;
|
||||
|
||||
if ((g_gameType & GAMEFLAG_RRRA) && i == 4 && p->curr_weapon == CHICKEN_WEAPON)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue