Remove unused models from server_t

This commit is contained in:
Zack Middleton 2013-07-11 23:26:30 -05:00
parent 30fcabec65
commit 690b281e4d
1 changed files with 0 additions and 1 deletions

View File

@ -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];