SVN r26 (trunk)
This commit is contained in:
parent
cd3cebf340
commit
e06ba32525
38 changed files with 390 additions and 762 deletions
|
|
@ -1324,9 +1324,9 @@ FUNC(LS_Thing_SetGoal)
|
|||
}
|
||||
|
||||
FUNC(LS_Thing_Move) // [BC]
|
||||
// Thing_Move (tid, mapspot)
|
||||
// Thing_Move (tid, mapspot, nofog)
|
||||
{
|
||||
return P_Thing_Move (arg0, arg1);
|
||||
return P_Thing_Move (arg0, arg1, arg2 ? false : true);
|
||||
}
|
||||
|
||||
FUNC(LS_Thing_SetTranslation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue