1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

- Hotfix: overlay was a pointer

This commit is contained in:
Ivan Savenko 2014-05-24 20:30:07 +03:00 committed by AlexVinS
parent 6205d07223
commit c424677736

View File

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