Skip to content

Commit 89cf211

Browse files
committed
The game is starting finally! (Main menu only for now)
Fix xrGame compilation. Currently R3 and R4 are broken.
1 parent 56f23ab commit 89cf211

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/xrGame/xrGame.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3858,6 +3858,9 @@
38583858
<ProjectReference Include="$(SolutionDir)xrAICore\xrAICore.vcxproj">
38593859
<Project>{5cb057d8-4464-40a6-af10-c26b826d1d90}</Project>
38603860
</ProjectReference>
3861+
<ProjectReference Include="..\utils\xrMiscMath\xrMiscMath.vcxproj">
3862+
<Project>{7885cf3c-ee04-4c67-9467-1fbf9a36b037}</Project>
3863+
</ProjectReference>
38613864
<ProjectReference Include="..\xrMisc\xrMisc.vcxproj">
38623865
<Project>{c964d17a-05a8-4bfa-b0a8-7af5c6b627ec}</Project>
38633866
</ProjectReference>

src/xrGameSpy/xrGameSpy.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ XRGAMESPY_API int GetGameDistribution();
3131
XRGAMESPY_API void GetGameID(int* GameID, int verID);
3232

3333
void FillSecretKey(char* secretKey);
34+
35+
// hack
36+
#undef min
37+
#undef max

0 commit comments

Comments
 (0)