Hopefully fixed up HamExecuteB for the last time.

Fixed a small memory leak because I wasn't deleting post forwards at map change.

Hopefully fixed an erroneous display of 'stray' keys.
This commit is contained in:
Steve Dudenhoeffer
2007-05-07 13:51:40 +00:00
parent 1f1ecfa590
commit 4e2493759e
6 changed files with 201 additions and 67 deletions

View File

@ -20,7 +20,7 @@
OffsetManager Offsets;
bool gDoForwards=false;
bool gDoForwards=true;
CVector<Hook *> hooks[HAM_LAST_ENTRY_DONT_USE_ME_LOL];