SaveGameInterface matches

This commit is contained in:
Dethrace Labs 2025-09-04 09:08:07 +12:00 committed by Dethrace Engineering Department
parent 40504377b6
commit 017cb62ae2
2 changed files with 2 additions and 1 deletions

View File

@ -952,6 +952,7 @@ int SaveGameInterface(int pDefault_choice) {
{ 182, 437 },
},
};
// GLOBAL: CARM95 0x0050EE80
static tInterface_spec interface_spec = {
0, 50, 0, 0, 0, 0, 2,
{ 1, 0 }, { -1, 8 }, { 8, 0 }, { 8, 7 }, { NULL, NULL },

View File

@ -1672,7 +1672,7 @@ void CreateSmokeColumn(tCar_spec* pCar, int pColour, int pVertex_index, tU32 pLi
gSmoke_column[gNext_column].smudge_timer = 1000;
gSmoke_column[gNext_column].vertex_index = pVertex_index;
gSmoke_column[gNext_column].upright = 1;
gColumn_flags |= 1u << gNext_column;
gColumn_flags |= 1 << gNext_column;
pCar->num_smoke_columns++;
for (i = 0; i < COUNT_OF(gSmoke_column[gNext_column].frame_count); i++) {
gSmoke_column[gNext_column].frame_count[i] = 100;