From 2cb196ef1884a0ec136cf891d5db0684f5ea2867 Mon Sep 17 00:00:00 2001
From: jsalmon3 <>
Date: Mon, 24 Jun 2002 15:06:52 +0000
Subject: [PATCH] Turn off FlagRevealMap so it's not still on for the next game

---
 src/stratagus/mainloop.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/stratagus/mainloop.cpp b/src/stratagus/mainloop.cpp
index 70bc3e9f9..ad2103772 100644
--- a/src/stratagus/mainloop.cpp
+++ b/src/stratagus/mainloop.cpp
@@ -866,6 +866,7 @@ global void GameMainLoop(void)
 	ShowStats();
     }
 
+    FlagRevealMap=0;
     GamePaused=0;
 }