Updated hitzones.

Now allows setting individual hitzones between player A <-> player B.
This commit is contained in:
Johnny Bergström
2005-03-11 09:21:03 +00:00
parent f9281fe309
commit 5e46f64d75
2 changed files with 72 additions and 82 deletions

View File

@ -51,9 +51,7 @@
// Fun-specific defines above
// The stuff below might end up in a class soon
int g_zones_toHit[33]; // where can people hit other people?
int g_zones_getHit[33]; // where can people get hit by other people?
//char g_bodyhits[33][33];
char g_bodyhits[33][33]; // where can the guy in the first dimension hit the people in the 2nd dimension? :-)
bool g_silent[33]; // used for set_user_footsteps()
//int g_ResetHUD;
bool g_ResetHUDbool;