"tiny gui support"-removal part 3:

fix another missed preprocessor clause...
This commit is contained in:
Nils Kneuper 2011-02-12 16:38:08 +00:00
parent 18f5119853
commit d3a1514d65

View file

@ -158,7 +158,6 @@ void part_ui::prepare_geometry()
back_button_.set_location(buttons_x_, buttons_y_ - 30);
next_button_.set_location(buttons_x_ + play_button_.width() - next_button_.width(), buttons_y_ - 30);
play_button_.set_location(buttons_x_, buttons_y_);
#endif
next_button_.set_volatile(true);
play_button_.set_volatile(true);