Quake 2 Oop Conversion Project - Source Diff 3.14 vs Ctf 1.02 - g_save.c
diff -s -r q2_314/g_save.c q2_314_ctf/g_save.c
Left File < - 3.14 : g_save.c
Right File > - Ctf 1.02 : g_save.c
Back to Index
155a156,167
> //ZOID
> //This game.dll only supports deathmatch
> if (!deathmatch->value) {
> gi.dprintf("Forcing deathmatch.");
> gi.cvar_set("deathmatch", "1");
> }
> //force coop off
> if (coop->value)
> gi.cvar_set("coop", "0");
> //ZOID
>
>
159a172,174
> //ZOID
> capturelimit = gi.cvar ("capturelimit", "0", CVAR_SERVERINFO);
> //ZOID
186a202,205
>
> //ZOID
> CTFInit();
> //ZOID
600c619
< SpawnEntities will already have been called on the
---
> SpawnEntities will allready have been called on the