don't use signed ints for epochs (#1044)

Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
briaguya
2022-08-04 17:32:23 -04:00
committed by GitHub
parent 78ad282056
commit facd1723f8
43 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -3973,7 +3973,7 @@ void Actor_DrawDoorLock(GlobalContext* globalCtx, s32 frame, s32 type) {
f32 chainsTranslateX;
f32 chainsTranslateY;
f32 rotZStep;
static s32 epoch = 0;
static u32 epoch = 0;
epoch++;
entry = &sDoorLocksInfo[type];