- Fixed indentation

This commit is contained in:
player701 2018-10-13 20:35:49 +03:00 committed by Christoph Oelckers
parent 6dc026895c
commit eee0946bc5

View file

@ -1277,7 +1277,7 @@ class PlayerPawn : Actor native
native void CheckUse();
native void CheckWeaponButtons();
native Weapon BestWeapon(class<Ammo> ammotype);
native Weapon PickNewWeapon(class<Ammo> ammotype);
native Weapon PickNewWeapon(class<Ammo> ammotype);
}