From c4246777364e45ac44a5f4332df358a40da68d26 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Sat, 24 May 2014 20:30:07 +0300 Subject: [PATCH] - Hotfix: overlay was a pointer --- client/CVideoHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CVideoHandler.h b/client/CVideoHandler.h index 2f2343ff5..a300d93b9 100644 --- a/client/CVideoHandler.h +++ b/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