Author: mordante
Date: Thu Jul 24 08:47:04 2008
New Revision: 28171
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28171&view=rev
Log:
Fix a compilation problem, ilor you might want to review it.
Modified:
trunk/src/editor2/editor_map.cpp
Modified: trunk/src/editor2/editor_map.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_map.cpp?rev=28171&r1=28170&r2=28171&view=diff
==============================================================================
--- trunk/src/editor2/editor_map.cpp (original)
+++ trunk/src/editor2/editor_map.cpp Thu Jul 24 08:47:04 2008
@@ -73,6 +73,8 @@
std::string data = write();
write_file(get_filename(), data);
actions_since_save_ = 0;
+
+ return true;
}
bool editor_map::in_selection(const gamemap::location& loc) const
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits