mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 22:41:27 +00:00
Fix saturn type C
This commit is contained in:
parent
cad7273ff4
commit
c96b96eb5f
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ static const std::unordered_map<INT32, char> 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},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue