mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 04:44:11 +00:00
7d82d87ce8
replace ONCE with direct calls to ScriptingInit in simulation/network code as well. note: GameSetup is now responsible for calling ServerSession's init instead of Server doing it added simulation/scripting with a module that takes care of all scripting init (reduces CCD) This was SVN commit r5883.
2 lines
37 B
C
2 lines
37 B
C
extern void SimulationScriptInit();
|