Don't forcefully disable colour cursors

Oopsie-daisy.
This commit is contained in:
Iris Morelle 2019-11-13 00:06:04 -03:00
parent d7f2595393
commit fc04268aa4

View File

@ -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)