mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 22:52:12 +00:00
- A lot of small network fixes
- Connecting client(s) to a server and giving orders to a shared set of entities now works - Yeah! - Removed thread sync from CNetServer This was SVN commit r1180.
This commit is contained in:
@@ -9,9 +9,12 @@
|
||||
#include "Scheduler.h"
|
||||
#include "Network/NetMessage.h"
|
||||
#include "CLogger.h"
|
||||
#include "CConsole.h"
|
||||
|
||||
#include "gui/CGUI.h"
|
||||
|
||||
extern CConsole *g_Console;
|
||||
|
||||
CSimulation::CSimulation(CGame *pGame):
|
||||
m_pGame(pGame),
|
||||
m_pWorld(pGame->GetWorld()),
|
||||
|
||||
Reference in New Issue
Block a user