Author: anonymissimus
Date: Mon Nov  7 19:35:57 2011
New Revision: 51919

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51919&view=rev
Log:
paper over bug #18883

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=51919&r1=51918&r2=51919&view=diff
==============================================================================
--- trunk/src/scripting/lua.cpp (original)
+++ trunk/src/scripting/lua.cpp Mon Nov  7 19:35:57 2011
@@ -3799,7 +3799,9 @@
        "color_palette", "color_range", "era", "event", "generator",
        "label", "lua", "menu_item", "music", "side", "sound_source", "story",
        "terrain_graphics", "time", "time_area", "tunnel", "variables", 
"endlevel",
-       "display"
+       "display",
+       //TODO: These are only needed for MP campaigns and only for subsequent 
scenarios, see bug #18883
+       "snapshot", "multiplayer", "replay_start"
 };
 
 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