Explorar o código

- Hotfix: overlay was a pointer

Ivan Savenko %!s(int64=11) %!d(string=hai) anos
pai
achega
c424677736
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/CVideoHandler.h

+ 1 - 1
client/CVideoHandler.h

@@ -243,7 +243,7 @@ class CVideoPlayer : public IMainVideoPlayer
 
 	// Destination. Either overlay or dest.
 #ifdef VCMI_SDL1
-	SDL_Overlay overlay;
+	SDL_Overlay * overlay;
 #else
 	SDL_Texture *texture;
 #endif