aboutsummaryrefslogtreecommitdiff
path: root/simon/verb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/verb.cpp')
-rw-r--r--simon/verb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/verb.cpp b/simon/verb.cpp
index 8b4b882d11..3413f4d99b 100644
--- a/simon/verb.cpp
+++ b/simon/verb.cpp
@@ -307,7 +307,7 @@ void SimonState::leaveHitAreaById(uint hitarea_id) {
hitarea_leave(ha);
}
-void SimonState::handle_unk2_hitarea(FillOrCopyStruct *fcs) {
+void SimonState::handle_uparrow_hitarea(FillOrCopyStruct *fcs) {
uint index;
index = get_fcs_ptr_3_index(fcs);
@@ -320,7 +320,7 @@ void SimonState::handle_unk2_hitarea(FillOrCopyStruct *fcs) {
unlock();
}
-void SimonState::handle_unk_hitarea(FillOrCopyStruct *fcs) {
+void SimonState::handle_downarrow_hitarea(FillOrCopyStruct *fcs) {
uint index;
index = get_fcs_ptr_3_index(fcs);