From c38c632d067702454f1f706eeefcbfaa0043b738 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 13 Aug 2011 19:22:01 +0200 Subject: fixed multiple popup creation in the editor. Closes #836 --- src/game/editor/editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/editor/editor.h') diff --git a/src/game/editor/editor.h b/src/game/editor/editor.h index db99a78c..bdabd43f 100644 --- a/src/game/editor/editor.h +++ b/src/game/editor/editor.h @@ -486,6 +486,7 @@ public: m_ValidSaveFilename = false; m_PopupEventActivated = false; + m_PopupEventWasActivated = false; m_FileDialogStorageType = 0; m_pFileDialogTitle = 0; @@ -579,6 +580,7 @@ public: int m_PopupEventType; int m_PopupEventActivated; + int m_PopupEventWasActivated; enum { -- cgit 1.4.1