summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/superdom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/superdom.c b/apps/plugins/superdom.c
index 877f32e081..fde11552ca 100644
--- a/apps/plugins/superdom.c
+++ b/apps/plugins/superdom.c
@@ -1900,7 +1900,7 @@ static void computer_allocate(void)
1900 int men_needed; 1900 int men_needed;
1901 struct threat targets[2]; 1901 struct threat targets[2];
1902 int numtargets; 1902 int numtargets;
1903 struct cursor adj; 1903 struct cursor adj = { 0, 0 };
1904 1904
1905 compres.cash += compres.bank; 1905 compres.cash += compres.bank;
1906 compres.bank = 0; 1906 compres.bank = 0;