]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.cpp
Move some global vars from Globals.cpp, add decls to headers
[lugaru.git] / Source / Person.cpp
index 5f2a2d94815126ddd59fd9bd74bbc40e2ac3f316..05eeb5f7218bc9fa9bb48a02b4fbdc25dbdd59cc 100644 (file)
@@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "openal_wrapper.h"
 #include "Animation.h"
 #include "Sounds.h"
+#include "Awards.h"
+#include "Game.h"
 
 extern float multiplier;
 extern int channels[100];
@@ -51,11 +53,8 @@ extern float terraindetail;
 extern float viewdistance;
 extern float blackout;
 extern int difficulty;
-extern Weapons weapons;
 extern bool decals;
 extern float fadestart;
-extern Person player[maxplayers];
-extern int numplayers;
 extern bool freeze;
 extern bool winfreeze;
 extern float flashamount,flashr,flashg,flashb;