Return 0,0 in case that shouldn't happen
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user