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-25 22:15:04 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-25 22:15:04 -0500
commit88530b61ff77b4e9af38dcd5673d311738f54578 (patch)
treef8c96f4b2244591c8c2f8f9fbd58031892ab6d99 /src/character_system.h
parentc6c0c1a5a553c66796418b07077465c0c7a89069 (diff)
downloadtanetane-88530b61ff77b4e9af38dcd5673d311738f54578.tar.gz
tanetane-88530b61ff77b4e9af38dcd5673d311738f54578.tar.bz2
tanetane-88530b61ff77b4e9af38dcd5673d311738f54578.zip
Lucas wades into hot spring alone when Ionia is there
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 0962a6a..dff2a7f 100644 --- a/src/character_system.h +++ b/src/character_system.h
@@ -25,6 +25,8 @@ public:
25 25
26 void transplantParty(int leaderId, vec2i pos, Direction dir); 26 void transplantParty(int leaderId, vec2i pos, Direction dir);
27 27
28 void breakUpParty(int leaderId);
29
28 void moveInDirection(int spriteId, Direction dir); 30 void moveInDirection(int spriteId, Direction dir);
29 31
30 void stopDirecting(int spriteId); 32 void stopDirecting(int spriteId);