settings_gui.c
changeset 1249 6f94bcdd620d
parent 1247 01711347f9ac
child 1282 e7a73ee62d2f
--- a/settings_gui.c	Mon Jan 31 11:33:21 2005 +0000
+++ b/settings_gui.c	Mon Jan 31 11:36:16 2005 +0000
@@ -347,6 +347,10 @@
 
 		w->click_state = (1 << 3) << _opt_mod_temp.diff_level;
 		w->disabled_state = (_game_mode != GM_NORMAL) ? 0 : (1 << 3) | (1 << 4) | (1 << 5) | (1 << 6);
+
+		if (_game_mode == GM_EDITOR)
+			SETBIT(w->disabled_state, 7);
+
 		if (_networking) {
 			SETBIT(w->disabled_state, 7); // disable highscore chart in multiplayer
 			if (!_network_server)