mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 11:38:01 +03:00
Multiple/general imporvements.
This commit is contained in:
parent
06ccd72c3a
commit
cb7ef4f98e
21 changed files with 9651 additions and 137 deletions
|
@ -47,7 +47,7 @@ Event EV_Vehicle_Enter
|
|||
"enter",
|
||||
EV_DEFAULT,
|
||||
"eS",
|
||||
"vehicle driver_",
|
||||
"vehicle driver_anim",
|
||||
"Called when someone gets into a vehicle."
|
||||
);
|
||||
|
||||
|
@ -5574,7 +5574,7 @@ void Vehicle::AutoPilot
|
|||
}
|
||||
Vector vMaxs = Vector(sin(level.time), sin(level.time), sin(level.time)) * 16;
|
||||
Vector vMins = vMaxs * -1;
|
||||
Vector vMaxs = Vector(sin(level.time), sin(level.time), sin(level.time)) * 16;
|
||||
vMaxs = Vector(sin(level.time), sin(level.time), sin(level.time)) * 16;
|
||||
G_DebugBBox(vTmp1, vMins, vMaxs, 0, 0, 1, 1);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue