mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 01:30:45 +00:00
CPad done
This commit is contained in:
4
src/control/Population.cpp
Normal file
4
src/control/Population.cpp
Normal file
@ -0,0 +1,4 @@
|
||||
#include "common.h"
|
||||
#include "Population.h"
|
||||
|
||||
Bool &CPopulation::ms_bGivePedsWeapons = *(Bool*)0x95CCF6;
|
7
src/control/Population.h
Normal file
7
src/control/Population.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class CPopulation
|
||||
{
|
||||
public:
|
||||
static Bool &ms_bGivePedsWeapons;
|
||||
};
|
@ -3,5 +3,6 @@
|
||||
#include "Replay.h"
|
||||
|
||||
uint8 &CReplay::Mode = *(uint8*)0x95CD5B;
|
||||
Bool &CReplay::bPlayingBackFromFile = *(Bool*)0x95CD58;
|
||||
|
||||
WRAPPER void CReplay::Display(void) { EAXJMP(0x595EE0); }
|
||||
|
@ -6,4 +6,5 @@ public:
|
||||
static void Display(void);
|
||||
|
||||
static uint8 &Mode;
|
||||
static Bool &bPlayingBackFromFile;
|
||||
};
|
||||
|
Reference in New Issue
Block a user