summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cscriptparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ue2/imgsynth2/cscriptparser.cpp')
-rw-r--r--ue2/imgsynth2/cscriptparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ue2/imgsynth2/cscriptparser.cpp b/ue2/imgsynth2/cscriptparser.cpp
index ea9b242..da6aec5 100644
--- a/ue2/imgsynth2/cscriptparser.cpp
+++ b/ue2/imgsynth2/cscriptparser.cpp
@@ -19,6 +19,7 @@ CScriptparser::CScriptparser(const std::string& scriptfile)
19{ 19{
20 /* add our handlers */ 20 /* add our handlers */
21 m_handlers.insert(new CWindowsBitmap); 21 m_handlers.insert(new CWindowsBitmap);
22 m_handlers.insert(new CPixMap);
22} 23}
23 24
24/*----------------------------------------------------------------------------*/ 25/*----------------------------------------------------------------------------*/