]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Migrated to SDL2
[lugaru.git] / Source / Globals.cpp
index b3f36133ab10ff96829fba4a10604cf5c8e86d11..1cb6dbf7b8ce3e84e23b81516e2b75e0217750c5 100644 (file)
@@ -74,7 +74,7 @@ int numsounds = 0;
 Terrain terrain;
 float sps = 0;
 
-SDL_Surface *sdlscreen;
+SDL_Window *sdlwindow;
 
 int kTextureSize = 0;
 int detail = 0;
@@ -98,7 +98,6 @@ bool musictoggle = false;
 bool trilinear;
 Weapons weapons;
 bool damageeffects = false;
-int numplayers = 0;
 bool ambientsound = false;
 bool mousejump = false;
 bool freeze = false;