Don't default to hibernate

This commit is contained in:
Jackzie 2024-12-10 12:01:34 -06:00
parent 7fa6885e0b
commit ad2c805308

View file

@ -92,7 +92,7 @@ enum PanelSettings {
Setting_None = 0, Setting_None = 0,
Setting_DisableWithNoViewers = 1 Setting_DisableWithNoViewers = 1
} }
GameState g_gameState = State_Hibernating; GameState g_gameState = State_None;
#define BUFFER_SIZE 2048 #define BUFFER_SIZE 2048
Buffer sendBuffer; Buffer sendBuffer;
Buffer receiveBuffer; // Unfortunately there's no easy way to have this not be the same as BUFFER_SIZE Buffer receiveBuffer; // Unfortunately there's no easy way to have this not be the same as BUFFER_SIZE