Little change

svn-id: r19050
This commit is contained in:
Chris Apers 2005-10-12 20:46:05 +00:00
parent bfa7823a5e
commit 016620838a

View File

@ -31,5 +31,5 @@ void ARMInit() {
void ARMRelease() {
PnoUnload(&ARM(ARM_ENGINE).pnoDesc);
PnoUnload(&ARM(ARM_COMMON).pnoDesc);
MemSet(gVars->arm, sizeof(gVars->arm), 0);
}