X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWeapons.cpp;h=7745b8996670fe5f0c7def5647ddc5c8fbfc5e00;hb=d5ff767196019eeb0001f921365bb1e4060eee5b;hp=267bd149d1ea2547fd5fa8ad64586d92cedc48ce;hpb=617a36f729718c59c2f886fd4a1d145388e7c8bc;p=lugaru.git diff --git a/Source/Weapons.cpp b/Source/Weapons.cpp index 267bd14..7745b89 100644 --- a/Source/Weapons.cpp +++ b/Source/Weapons.cpp @@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "openal_wrapper.h" #include "Animation.h" #include "Sounds.h" +#include "Game.h" extern float multiplier; extern int channels[100]; @@ -49,8 +50,6 @@ extern float terraindetail; extern float viewdistance; extern float blackout; extern int difficulty; -extern Person player[maxplayers]; -extern int numplayers; extern bool freeze; extern int bonus; extern float bonusvalue;