Silence a build warning in the superdom plugin.

Potential uninitialized variable, found by android NDK10 toolchain

Change-Id: Ia67f69997d9eab8fe4828111ed52576b0a1c423f
This commit is contained in:
Solomon Peachy 2020-04-13 17:24:07 -04:00
parent 46e2528992
commit dc3537e1c0

View file

@ -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;