refac: rename struct property

This commit is contained in:
Bl00D4NGEL
2024-10-10 22:20:53 +02:00
parent 1cf3980d5b
commit 230aa57fb1

View File

@@ -36,7 +36,7 @@ typedef struct
s16 meshId;
u8 letter; // floor_letters_e
u8 state; // some sort of state, 1 - 5
f32 time_delta_sum;
f32 timeDeltaSum;
} LetterFloorTile;
typedef struct