Author: anonymissimus
Date: Mon Oct 24 00:57:29 2011
New Revision: 51602

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51602&view=rev
Log:
make lua interface expect toplevel [endlevel] to be handled by C++

Modified:
    trunk/src/scripting/lua.cpp

Modified: trunk/src/scripting/lua.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/scripting/lua.cpp?rev=51602&r1=51601&r2=51602&view=diff
==============================================================================
--- trunk/src/scripting/lua.cpp (original)
+++ trunk/src/scripting/lua.cpp Mon Oct 24 00:57:29 2011
@@ -3778,7 +3778,7 @@
 static char const *handled_file_tags[] = {
        "color_palette", "color_range", "era", "event", "generator",
        "label", "lua", "menu_item", "music", "side", "sound_source", "story",
-       "terrain_graphics", "time", "time_area", "tunnel", "variables"
+       "terrain_graphics", "time", "time_area", "tunnel", "variables", 
"endlevel"
 };
 
 static bool is_handled_file_tag(const std::string &s)


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to