diff options
| author | xalduin <xalduin@gmail.com> | 2010-06-01 23:25:13 -0400 |
|---|---|---|
| committer | xalduin <xalduin@gmail.com> | 2010-06-01 23:25:13 -0400 |
| commit | 79263efe879b05dc5860dc85a6272886f1275a28 (patch) | |
| tree | 215db920f99910f72192068bc7bbc52727e98bfe | |
| parent | b066bb07e13701d53008d80880d116c56c12bcf2 (diff) | |
| download | zcatch-79263efe879b05dc5860dc85a6272886f1275a28.tar.gz zcatch-79263efe879b05dc5860dc85a6272886f1275a28.zip | |
Images should be sorted throughout. Fixed problems since last commit.
| -rw-r--r-- | src/game/editor/ed_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index c076eb02..0913370e 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.cpp @@ -2738,6 +2738,7 @@ void CEditorMap::Clean() m_lGroups.delete_all(); m_lEnvelopes.delete_all(); m_lImages.delete_all(); + m_lSortedImages.clear(); m_pGameLayer = 0x0; m_pGameGroup = 0x0; |