mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 09:31:14 +00:00
- Fixed indentation
This commit is contained in:
parent
dcc2006c76
commit
3e0ed1c907
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