diff options
| author | oy <Tom_Adams@web.de> | 2011-08-13 19:22:01 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-08-13 19:22:01 +0200 |
| commit | c38c632d067702454f1f706eeefcbfaa0043b738 (patch) | |
| tree | 36f11594215f8d0e3c053f48c6fdac39a0160ac3 /src/game/editor/editor.h | |
| parent | 4e830a71a1334a6f47ab4b3fb3cf44419a240f25 (diff) | |
| download | zcatch-c38c632d067702454f1f706eeefcbfaa0043b738.tar.gz zcatch-c38c632d067702454f1f706eeefcbfaa0043b738.zip | |
fixed multiple popup creation in the editor. Closes #836
Diffstat (limited to 'src/game/editor/editor.h')
| -rw-r--r-- | src/game/editor/editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |