Test on a few methods/classes

This commit is contained in:
Leonard2 2016-11-07 00:30:26 +01:00
commit fb2a843c03
6 changed files with 41 additions and 3 deletions

View file

@ -622,7 +622,7 @@ void player_t::SendPitchLimits() const
//
//===========================================================================
IMPLEMENT_CLASS(APlayerPawn, false, true, false, false)
IMPLEMENT_CLASS(APlayerPawn, false, true, false, true)
IMPLEMENT_POINTERS_START(APlayerPawn)
IMPLEMENT_POINTER(InvFirst)