mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 14:57:38 +00:00
Probable trivial fix for compilation on LOW_MEM. Mordante please test.
This commit is contained in:
parent
d6a16928d0
commit
c315a24ac1
@ -150,7 +150,7 @@ void controller::show()
|
||||
#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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user