summary refs log tree commit diff stats
path: root/src/character_system.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-10 17:53:49 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-10 17:53:49 -0500
commit2afa279d4c7780e4d43749d73891c9a7d46f4472 (patch)
tree3454fc185c7f852d0dab917f57d2f59fe5d2283e /src/character_system.h
parent715d97bb52794d2bf2472b820ae64e9d6301b333 (diff)
downloadtanetane-2afa279d4c7780e4d43749d73891c9a7d46f4472.tar.gz
tanetane-2afa279d4c7780e4d43749d73891c9a7d46f4472.tar.bz2
tanetane-2afa279d4c7780e4d43749d73891c9a7d46f4472.zip
Fixed running sound looping infinitely after running into map change
Diffstat (limited to 'src/character_system.h')
-rw-r--r--src/character_system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/character_system.h b/src/character_system.h index 18b6c46..39b3958 100644 --- a/src/character_system.h +++ b/src/character_system.h
@@ -31,6 +31,8 @@ public:
31 31
32 void endCrouch(int spriteId); 32 void endCrouch(int spriteId);
33 33
34 void clearSpriteCache() override;
35
34private: 36private:
35 37
36 void stopRunning(int spriteId); 38 void stopRunning(int spriteId);