Skip to content

Commit

Permalink
- Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
player701 authored and coelckers committed Oct 13, 2018
1 parent 6dc0268 commit eee0946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/shared/player.txt
Expand Up @@ -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);

}

Expand Down

0 comments on commit eee0946

Please sign in to comment.