Flesh out the intro scene some more.
[supertux.git] / src / lisp / parser.cpp
index f9759dc..701091b 100644 (file)
@@ -36,8 +36,8 @@ Parser::Parser(bool translate) :
   dictionary_manager(0), 
   dictionary(0),
   token(),
-  obst(),
-  searchpath()
+  searchpath(),
+  obst()
 {
   if(translate) {
     dictionary_manager = new tinygettext::DictionaryManager();