mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 06:02:10 +08:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user