rename upscale hack related stuff

This commit is contained in:
FunkyFr3sh 2021-05-15 02:58:07 +02:00
parent c467b90e88
commit 5db961656a
7 changed files with 18 additions and 18 deletions

View file

@ -65,7 +65,7 @@ BOOL WINAPI fake_GetCursorPos(LPPOINT lpPoint)
g_ddraw->cursor.y = pt.y;
}
if (g_ddraw->vhack && InterlockedExchangeAdd(&g_ddraw->incutscene, 0))
if (g_ddraw->vhack && InterlockedExchangeAdd(&g_ddraw->upscale_hack_active, 0))
{
diffx = 0;
diffy = 0;