Serious-Engine/Sources/EntitiesMP/Common
Daniel Gibson 72edf1c720 Commented out unused functions and variables
many unused functions and variables are now commented out

You'll still get tons of warnings, which should mostly fall in one of
the following categories:
1. Unnecessary variables or values generated from .es scripts
2. Pointers assigned to from functions with side-effects: DO NOT REMOVE!
   Like CEntity *penNew = CreateEntity_t(...); - even if penNew isn't
   used, CreateEntity() must be called there!
2016-05-09 18:51:03 +02:00
..
Common.cpp Float fest\! 2016-04-07 18:13:50 +02:00
Common.h Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
EmanatingParticles.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
EmanatingParticles.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Flags.h Add GPL header to files 2016-03-11 18:20:51 -06:00
GameInterface.h Add GPL header to files 2016-03-11 18:20:51 -06:00
HUD.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Particles.cpp Commented out unused functions and variables 2016-05-09 18:51:03 +02:00
Particles.h Add GPL header to files 2016-03-11 18:20:51 -06:00
PathFinding.cpp Merge github.com:Croteam-Official/Serious-Engine 2016-04-02 23:56:12 -04:00
PathFinding.h Add GPL header to files 2016-03-11 18:20:51 -06:00
Stats.cpp Add GPL header to files 2016-03-11 18:20:51 -06:00
WeaponPositions.h Add GPL header to files 2016-03-11 18:20:51 -06:00