From cb06e63df091d865f1245d2942635c97123cc29c Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 12 Mar 2001 17:28:08 +0000 Subject: [PATCH] --- .gitattributes | 1 + source/player/psfall.cpp | 2 +- source/player/psjump.cpp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..81eb5372f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +'*.Ixa' filter=lfs diff=lfs merge=lfs -text diff --git a/source/player/psfall.cpp b/source/player/psfall.cpp index 93dbf8010..08b71478d 100644 --- a/source/player/psfall.cpp +++ b/source/player/psfall.cpp @@ -108,7 +108,7 @@ void CPlayerStateFall::think(CPlayer *_player) setMoveVelocity(_player,&move); } } - advanceAnimFrameAndCheckForEndOfAnim(_player); +// advanceAnimFrameAndCheckForEndOfAnim(_player); } diff --git a/source/player/psjump.cpp b/source/player/psjump.cpp index c0b99a81b..60069148b 100644 --- a/source/player/psjump.cpp +++ b/source/player/psjump.cpp @@ -117,7 +117,7 @@ void CPlayerStateJump::think(CPlayer *_player) { slowdown(_player); } - advanceAnimFrameAndCheckForEndOfAnim(_player); +// advanceAnimFrameAndCheckForEndOfAnim(_player); }