X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=5c5a96983c2c17abffd02dc568d22232c8736183;hb=5e75f94daefef68f2d0cfd631116f960d222dab0;hp=27666e4bf904fe99cd04b1d1c0b1d3e50710a665;hpb=4e2058b0ad83f1320008f980fac2234e579d3d99;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index 27666e4..5c5a969 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -373,4 +373,5 @@ class Person void RagDoll(bool checkcollision); }; +extern Person player[maxplayers]; #endif