Not like this makes a difference.

This commit is contained in:
MajorCooke 2016-05-17 16:19:37 -05:00 committed by Christoph Oelckers
parent 115dbd0b58
commit cd3a3d4472
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ ACTOR Inventory native
action native A_RestoreSpecialDoomThing(); action native A_RestoreSpecialDoomThing();
action native A_RestoreSpecialThing1(); action native A_RestoreSpecialThing1();
action native A_RestoreSpecialThing2(); action native A_RestoreSpecialThing2();
action native A_WeaponOFfset(float wx = 0, float wy = 32, int flags = 0); action native A_WeaponOffset(float wx = 0, float wy = 32, int flags = 0);
States States
{ {