Silence a build warning in the superdom plugin.
Potential uninitialized variable, found by android NDK10 toolchain Change-Id: Ia67f69997d9eab8fe4828111ed52576b0a1c423f
This commit is contained in:
parent
46e2528992
commit
dc3537e1c0
1 changed files with 1 additions and 1 deletions
|
@ -1900,7 +1900,7 @@ static void computer_allocate(void)
|
|||
int men_needed;
|
||||
struct threat targets[2];
|
||||
int numtargets;
|
||||
struct cursor adj;
|
||||
struct cursor adj = { 0, 0 };
|
||||
|
||||
compres.cash += compres.bank;
|
||||
compres.bank = 0;
|
||||
|
|
Loading…
Reference in a new issue