Return 0,0 in case that shouldn't happen

This commit is contained in:
2025-04-09 22:41:19 -05:00
parent 6f2ae680de
commit d5ba8cb62c

View File

@@ -3680,6 +3680,7 @@ location get_cur_direction() {
case 8:
return {1, 0};
}
return {0, 0};
}
static eDirection find_waterfall(short x, short y, short mode){