mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 03:24:38 +00:00
Don't forcefully disable colour cursors
Oopsie-daisy.
This commit is contained in:
parent
d7f2595393
commit
fc04268aa4
@ -82,8 +82,7 @@ bool have_focus = true;
|
||||
|
||||
bool use_color_cursors()
|
||||
{
|
||||
return false;
|
||||
/*return game_config::editor == false && preferences::use_color_cursors();*/
|
||||
return game_config::editor == false && preferences::use_color_cursors();
|
||||
}
|
||||
|
||||
SDL_Cursor* create_cursor(surface surf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user