mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed indentation
This commit is contained in:
parent
6dc026895c
commit
eee0946bc5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue