engine: remove czeror sequence parser

This file initially came from HLND, a Chinese GoldSrc recreation.
It turned out to be suspiciously close to the original version, down
to the comments and code style. We don't work with leaked sources here,
so remove it.

A proper parser should be reimplemented from ground-up, when we will
start working on CZDS support.
This commit is contained in:
Alibek Omarov
2023-07-26 19:40:03 +03:00
parent e49848d090
commit e23580c1de
6 changed files with 5 additions and 2013 deletions
-3
View File
@@ -19,7 +19,6 @@ GNU General Public License for more details.
#include "library.h"
#include "voice.h"
#include "pm_local.h"
#include "sequence.h"
#if XASH_LOW_MEMORY != 2
int SV_UPDATE_BACKUP = SINGLEPLAYER_BACKUP;
@@ -1086,8 +1085,6 @@ qboolean SV_SpawnServer( const char *mapname, const char *startspot, qboolean ba
SV_InitEdict( ent );
}
Sequence_OnLevelLoad( sv.name );
// heartbeats will always be sent to the id master
NET_MasterClear();