Author: anonymissimus
Date: Thu Oct 27 16:16:33 2011
New Revision: 51683
URL: http://svn.gna.org/viewcvs/wesnoth?rev=51683&view=rev
Log:
make lua expect [display] 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=51683&r1=51682&r2=51683&view=diff
==============================================================================
--- trunk/src/scripting/lua.cpp (original)
+++ trunk/src/scripting/lua.cpp Thu Oct 27 16:16:33 2011
@@ -3778,7 +3778,8 @@
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",
"endlevel"
+ "terrain_graphics", "time", "time_area", "tunnel", "variables",
"endlevel",
+ "display"
};
static bool is_handled_file_tag(const std::string &s)
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits