This commit is contained in:
Rachael Alexanderson 2017-02-15 07:06:52 -05:00
commit e01895bf80
10 changed files with 27 additions and 15 deletions

View file

@ -1365,7 +1365,7 @@ void G_FinishTravel ()
for (int i = 0; i < pawnsnum; i++)
{
// [ZZ] fire the enter hook.
E_PlayerEntered(pawns[i]->player - players, true);
E_PlayerEntered(int(pawns[i]->player - players), true);
//
FBehavior::StaticStartTypedScripts(SCRIPT_Return, pawns[i], true);
}