Fix game crashing on NetworkingInit on Windows. Also add a 32-bit Windows build.

Also stubbed out InitSingleplayer in menu.cpp cuz this client doesn't want to work with servers correctly.
This commit is contained in:
milkwx3
2026-06-15 15:36:39 +03:00
parent 9b9e554c89
commit 0fc1cfb0aa
18 changed files with 159 additions and 77 deletions
+1
View File
@@ -9,6 +9,7 @@
#ifndef SERVER
#ifndef LEGACY_GL
MeshData GenerateChunkMesh(ChunkRenderData chunkRenderData, Chunk chunk, int chunkWorldX, int chunkWorldY, uint8_t sideMask)
{
MeshData out = {0};