Attempt at reverting set_user_hitzones()

This commit is contained in:
David Anderson
2004-08-31 06:32:38 +00:00
parent a720b62aaa
commit b2f3a52884
2 changed files with 89 additions and 54 deletions

View File

@ -51,9 +51,9 @@
// 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];
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];
bool g_silent[33]; // used for set_user_footsteps()
//int g_ResetHUD;
bool g_ResetHUDbool;