X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.cpp;h=05eeb5f7218bc9fa9bb48a02b4fbdc25dbdd59cc;hb=d5ff767196019eeb0001f921365bb1e4060eee5b;hp=5f2a2d94815126ddd59fd9bd74bbc40e2ac3f316;hpb=f4685cb5e78e8e8056448d1de1bb75edb9a4fb1b;p=lugaru.git diff --git a/Source/Person.cpp b/Source/Person.cpp index 5f2a2d9..05eeb5f 100644 --- a/Source/Person.cpp +++ b/Source/Person.cpp @@ -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;