Browse Source

Replicate Otis KeyValue bug from Opposing Force (#310)

opforfixed
Roman Chistokhodov 2 years ago committed by GitHub
parent
commit
349dbe6e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/gearbox/otis.cpp

2
dlls/gearbox/otis.cpp

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

Loading…
Cancel
Save