Treballant en la conversió a SDL3
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "console.h"
|
||||
#include <string.h>
|
||||
#include "config.h"
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#include "actor.h"
|
||||
#include "room.h"
|
||||
@@ -106,7 +106,7 @@ void game::init()
|
||||
|
||||
if (editor::isDevMode()) {
|
||||
draw::init("The Pool", 520, 240, zoom);
|
||||
SDL_ShowCursor(true);
|
||||
SDL_ShowCursor();
|
||||
} else {
|
||||
loadConfig();
|
||||
draw::init("The Pool", 320, 240, zoom, fullscreen);
|
||||
|
||||
Reference in New Issue
Block a user