From eee0946bc5cb154c5019b2d422c8ae5d87149a49 Mon Sep 17 00:00:00 2001 From: player701 Date: Sat, 13 Oct 2018 20:35:49 +0300 Subject: [PATCH] - Fixed indentation --- wadsrc/static/zscript/shared/player.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/shared/player.txt b/wadsrc/static/zscript/shared/player.txt index ac7d85f88..e7c05e7d6 100644 --- a/wadsrc/static/zscript/shared/player.txt +++ b/wadsrc/static/zscript/shared/player.txt @@ -1277,7 +1277,7 @@ class PlayerPawn : Actor native native void CheckUse(); native void CheckWeaponButtons(); native Weapon BestWeapon(class ammotype); - native Weapon PickNewWeapon(class ammotype); + native Weapon PickNewWeapon(class ammotype); }