mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
Merge branch 'master' of https://github.com/SoapyMan/REDRIVER2 into develop-SoapyMan
This commit is contained in:
commit
3bb7916f63
@ -2059,7 +2059,17 @@ void ProcessCarPad(_CAR_DATA *cp, ulong pad, char PadSteer, char use_analogue)
|
|||||||
if (!TannerStuckInCar(1, player_id))
|
if (!TannerStuckInCar(1, player_id))
|
||||||
{
|
{
|
||||||
if (player[player_id].dying == 0)
|
if (player[player_id].dying == 0)
|
||||||
ActivatePlayerPedestrian(cp, NULL, 0, NULL, TANNER_MODEL);
|
{
|
||||||
|
// [A] play as jericho
|
||||||
|
if (ActiveCheats.cheat12 && (GameLevel == 1 || GameLevel == 2))
|
||||||
|
{
|
||||||
|
ActivatePlayerPedestrian(cp, NULL, 0, NULL, OTHER_MODEL);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ActivatePlayerPedestrian(cp, NULL, 0, NULL, TANNER_MODEL);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else if (lockAllTheDoors != 0)
|
else if (lockAllTheDoors != 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user