update 'needsstretching' variable memory location and set icon for taskbar
This commit is contained in:
parent
34985f9021
commit
4fa437a1b9
3 changed files with 12 additions and 1 deletions
|
@ -30,7 +30,7 @@ static unsigned char getPixel(int x, int y)
|
|||
|
||||
int* InMovie = (int*)0x00665F58;
|
||||
int* IsVQA640 = (int*)0x0065D7BC;
|
||||
BYTE* ShouldStretch = (BYTE*)0x00711015;
|
||||
BYTE* ShouldStretch = (BYTE*)0x006ED235;
|
||||
|
||||
BOOL detect_cutscene()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue