#212 add temp hack for baldr force exe

This commit is contained in:
FunkyFr3sh 2023-03-24 07:45:21 +01:00
parent 4dfb65f66c
commit d366559506
2 changed files with 9 additions and 0 deletions

View file

@ -41,6 +41,7 @@ typedef struct IDirectDrawSurfaceImpl
DDCOLORKEY color_key;
DWORD last_flip_tick;
DWORD last_blt_tick;
BOOL queried;
struct IDirectDrawSurfaceImpl* backbuffer;
struct IDirectDrawClipperImpl* clipper;