Tweaked fishing a bit. Fixed bug with residents letting fires go out.

This commit is contained in:
Storm Dragon
2026-01-24 19:22:19 -05:00
parent 32a8d86f33
commit cbacdd7a26
4 changed files with 12 additions and 2 deletions

View File

@@ -179,6 +179,7 @@ void reset_game_state() {
is_reeling = false;
cast_position = -1;
reel_position = -1;
line_position = -1;
cast_origin_x = -1;
cast_direction = 0;
reel_direction = 0;