mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-10-31 23:35:55 +00:00
mouse fixed
This commit is contained in:
parent
3aebd965c1
commit
caa61ad10b
|
@ -73,7 +73,9 @@ typedef struct
|
|||
}
|
||||
psGlobalType;
|
||||
|
||||
static psGlobalType PsGlobal;
|
||||
//static psGlobalType PsGlobal;
|
||||
static psGlobalType &PsGlobal = *(psGlobalType*)0x72CF60;
|
||||
|
||||
|
||||
#define PSGLOBAL(var) (((psGlobalType *)(RsGlobal.ps))->var)
|
||||
|
||||
|
@ -99,6 +101,8 @@ static psGlobalType PsGlobal;
|
|||
#include "PCSave.h"
|
||||
#include "Sprite2D.h"
|
||||
|
||||
VALIDATE_SIZE(psGlobalType, 0x28);
|
||||
|
||||
// DirectShow interfaces
|
||||
IGraphBuilder *pGB = NULL;
|
||||
IMediaControl *pMC = NULL;
|
||||
|
@ -575,8 +579,6 @@ psInitialise(void)
|
|||
{
|
||||
PsGlobal.lastMousePos.x = PsGlobal.lastMousePos.y = 0.0;
|
||||
|
||||
PsGlobal.fullScreen = FALSE;
|
||||
|
||||
RsGlobal.ps = &PsGlobal;
|
||||
|
||||
PsGlobal.fullScreen = FALSE;
|
||||
|
|
Loading…
Reference in a new issue