Replicate Otis KeyValue bug from Opposing Force (#310)

This commit is contained in:
Roman Chistokhodov 2022-08-07 14:25:01 +03:00 committed by GitHub
parent cbff1ee44e
commit 349dbe6e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -392,7 +392,7 @@ void COtis::KeyValue(KeyValueData *pkvd)
pkvd->fHandled = TRUE;
}
else
CBarney::KeyValue(pkvd);
CBaseMonster::KeyValue(pkvd);
}