X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=eed0a27490c1ae82db107f3092e88a463fe31785;hb=7602f0f320a55597c79cdbee252658d601ca1853;hp=b831b28448914a1184ded9576b5e56af8d0488cd;hpb=bba3631a5899f8f9f26fd596e13f097ae2d6f8b8;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index b831b28..eed0a27 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -28,7 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Quaternions.h" #include "Skeleton.h" #include "Models.h" -#include "Constants.h" #include "Terrain.h" #include "Sprite.h" #include @@ -430,5 +429,6 @@ struct Person void RagDoll(bool checkcollision); }; +const int maxplayers = 10; extern Person player[maxplayers]; #endif