forked from github/server
that hurt
This commit is contained in:
parent
d732807746
commit
a4bfbda3d9
|
@ -822,7 +822,7 @@ init_gms(void)
|
||||||
static int
|
static int
|
||||||
autoalliance(const plane * pl, const faction * sf, const faction * f2)
|
autoalliance(const plane * pl, const faction * sf, const faction * f2)
|
||||||
{
|
{
|
||||||
boolean init = false;
|
static boolean init = false;
|
||||||
if (!init) {
|
if (!init) {
|
||||||
init_gms();
|
init_gms();
|
||||||
init = true;
|
init = true;
|
||||||
|
|
Loading…
Reference in New Issue