branch | noai |
changeset 9701 | d1ac22c62f64 |
parent 9694 | e72987579514 |
child 9703 | d2a6acdbd665 |
--- a/src/settings_gui.cpp Sun Aug 19 14:04:13 2007 +0000 +++ b/src/settings_gui.cpp Sun Sep 02 11:17:33 2007 +0000 @@ -650,6 +650,10 @@ * Since it's also able to completely disable the scrollwheel will we display it on all platforms anyway */ "scrollwheel_scrolling", "scrollwheel_multiplier", +#ifdef __APPLE__ + /* We might need to emulate a right mouse button on mac */ + "right_mouse_btn_emulation", +#endif "pause_on_newgame", "advanced_vehicle_list", "loading_indicators",