1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Rename vars

This commit is contained in:
Jbleezy
2023-03-01 23:41:06 -08:00
parent bccb0388f3
commit 377b132ef3
7 changed files with 96 additions and 108 deletions

View File

@ -202,9 +202,8 @@ wallbuy( weapon_name, target, targetname, origin, angles )
unitrigger_stub.cursor_hint = "HINT_NOICON";
// move model forward so it always shows in front of chalk
move_amount = anglesToRight( wallmodel.angles ) * -0.3;
wallmodel.origin += move_amount;
unitrigger_stub.origin += move_amount;
wallmodel.origin += anglesToRight( wallmodel.angles ) * -0.3;
unitrigger_stub.origin += anglesToRight( wallmodel.angles ) * -0.3;
if ( unitrigger_stub.targetname == "weapon_upgrade" )
{