mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Remove unused models from server_t
This commit is contained in:
parent
30fcabec65
commit
690b281e4d
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ typedef struct {
|
|||
int snapshotCounter; // incremented for each snapshot built
|
||||
int timeResidual; // <= 1000 / sv_frame->value
|
||||
int nextFrameTime; // when time > nextFrameTime, process world
|
||||
struct cmodel_s *models[MAX_MODELS];
|
||||
char *configstrings[MAX_CONFIGSTRINGS];
|
||||
svEntity_t svEntities[MAX_GENTITIES];
|
||||
|
||||
|
|
Loading…
Reference in a new issue