Move towards resolving picture rendering bug

The bug concerns a mutable vector storing the amount of data that has
been poked.
This commit is contained in:
2026-01-01 23:44:18 +00:00
parent 0a8725f68d
commit 2c978b4de1
19 changed files with 316 additions and 315 deletions
+2 -1
View File
@@ -98,7 +98,7 @@ data DebugBool
| Circ_collision_test
| Show_far_wall_detect
| Show_walls_near_point_cursor
| Show_walls_near_point_you
| Show_walls_near_you
| Show_walls_near_segment
| Show_zone_near_point_cursor
| Show_zone_circ
@@ -106,6 +106,7 @@ data DebugBool
| Show_path_between
| Show_writable_values
| Show_mouse_click_pos
| Muzzle_positions
deriving (Eq, Ord, Bounded, Enum, Show)
data ResFactor = DoubleRes | FullRes | HalfRes | QuarterRes | EighthRes | SixteenthRes