Skip to content

Commit 4391689

Browse files
committed
Fix windows compilation
1 parent c9d31a3 commit 4391689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit-tests/src/t_stubs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ void RefreshPalettes (void) {}
127127
void V_RefreshColormaps() {}
128128

129129
void C_MidPrint (const char *msg, player_t *p, int msgtime) {}
130-
size_t C_BasePrint(const int printlevel, const char* color_code, const std::string& str) { fmt::print(str); }
130+
size_t C_BasePrint(const int printlevel, const char* color_code, const std::string& str) { return 0; }
131131

132132
void S_NoiseDebug() {}
133133
void S_Init(float sfxVolume, float musicVolume) {}

0 commit comments

Comments
 (0)