From c96b96eb5fe11af511cdf18aeb81b5c3609ba7a7 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Sun, 22 Sep 2024 22:02:18 -0700 Subject: [PATCH] Fix saturn type C --- src/v_draw.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v_draw.hpp b/src/v_draw.hpp index 8e6ad5c24..6d910f167 100644 --- a/src/v_draw.hpp +++ b/src/v_draw.hpp @@ -136,7 +136,7 @@ static const std::unordered_map saturntypeC = { {nc_x, sb_x}, {nc_y, sb_y}, {nc_rt, sb_c}, - {nc_lb, sb_z}, + {nc_lt, sb_z}, {nc_lb, sb_l}, {nc_rb, sb_r}, {nc_start, gb_start},