1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-15 20:03:15 +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.
#ifdef VCMI_SDL1
SDL_Overlay overlay;
SDL_Overlay * overlay;
#else
SDL_Texture *texture;
#endif