Author: shadowmaster
Date: Sun May 3 23:36:33 2009
New Revision: 35440
URL: http://svn.gna.org/viewcvs/wesnoth?rev=35440&view=rev
Log:
Probable trivial fix for compilation on LOW_MEM. Mordante please test.
Modified:
trunk/src/storyscreen/controller.cpp
Modified: trunk/src/storyscreen/controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/controller.cpp?rev=35440&r1=35439&r2=35440&view=diff
==============================================================================
--- trunk/src/storyscreen/controller.cpp (original)
+++ trunk/src/storyscreen/controller.cpp Sun May 3 23:36:33 2009
@@ -150,7 +150,7 @@
#ifndef LOW_MEM
render_reference_type render_interface = *uis_[k];
#else
- render_value_type render_interface(parts_[k], disp_,
next_button, skip_button);
+ render_value_type render_interface(*parts_[k], disp_,
next_button, skip_button);
#endif
LOG_NG << "displaying storyscreen part " << k+1 << " of " <<
parts_.size() << '\n';
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits