From a4bfbda3d9533de9b27f44cc6f81b16203adb6ce Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 22 Feb 2004 01:19:07 +0000 Subject: [PATCH] that hurt --- src/common/kernel/eressea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kernel/eressea.c b/src/common/kernel/eressea.c index 88b4393be..6cdb70400 100644 --- a/src/common/kernel/eressea.c +++ b/src/common/kernel/eressea.c @@ -822,7 +822,7 @@ init_gms(void) static int autoalliance(const plane * pl, const faction * sf, const faction * f2) { - boolean init = false; + static boolean init = false; if (!init) { init_gms(); init = true;