rename upscale hack related stuff
This commit is contained in:
parent
c467b90e88
commit
5db961656a
7 changed files with 18 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue