mirror of
https://github.com/halpz/re3.git
synced 2025-01-15 21:27:09 +00:00
sorry my bad
This commit is contained in:
parent
1c00e3cf2c
commit
0db3d03c3c
File diff suppressed because it is too large
Load diff
|
@ -318,8 +318,7 @@ void KangarooCheat()
|
||||||
if (playerPed->m_ped_flagI80) {
|
if (playerPed->m_ped_flagI80) {
|
||||||
string = TheText.Get("CHEATOF");
|
string = TheText.Get("CHEATOF");
|
||||||
m_fMass = 70.0f;
|
m_fMass = 70.0f;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
string = TheText.Get("CHEAT1");
|
string = TheText.Get("CHEAT1");
|
||||||
m_fMass = 15.0f;
|
m_fMass = 15.0f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue