- [FIX] Ja no es mostra el cursor mai (excepte si estas editant)
This commit is contained in:
@@ -104,9 +104,10 @@ void game::init()
|
||||
{
|
||||
if (game::getParams(1) && strcmp(game::getParams(1), "editor")==0) editor::setDevMode();
|
||||
|
||||
if (editor::isDevMode())
|
||||
if (editor::isDevMode()) {
|
||||
draw::init("The Pool", 520, 240, zoom);
|
||||
else {
|
||||
SDL_ShowCursor(true);
|
||||
} else {
|
||||
loadConfig();
|
||||
draw::init("The Pool", 320, 240, zoom, fullscreen);
|
||||
console::init();
|
||||
|
||||
Reference in New Issue
Block a user