Skip to content

Commit 9979c67

Browse files
committed
no critical session only for us
1 parent 1e4acb2 commit 9979c67

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

decompile/General/RaceFlag/RaceFlag_t14_DrawSelf.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ void DECOMP_RaceFlag_DrawSelf()
318318
setRGB1(p, colorLeft, colorLeft, colorLeft);
319319
setRGB3(p, colorLeft, colorLeft, colorLeft);
320320

321-
322321
// positions
323322
*(int *)&p->x0 = bottom[0];
324323
*(int *)&p->x2 = bottom[1];

rebuild_PC/CrashTeamRacingPC.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
// ======= Headers =============
22
#if __GNUC__
33
#include <SDL2/SDL.h>
4-
#endif
5-
64
#define _EnterCriticalSection(x)
75
#define EnterCriticalSection(x)
86
#define ExitCriticalSection()
7+
#endif
98

109
#define _CRT_SECURE_NO_WARNINGS
1110
#define REBUILD_PC

0 commit comments

Comments
 (0)