1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 22:23:51 +00:00

oops, didn't mean to commit this

This commit is contained in:
scrawl 2014-01-07 02:48:44 +01:00
parent 887db76ed2
commit ea3ee4407f

View file

@ -613,7 +613,7 @@ namespace MWClass
// 'ptr' is losing health. Play a 'hit' voiced dialog entry if not already saying // 'ptr' is losing health. Play a 'hit' voiced dialog entry if not already saying
// something, alert the character controller, scripts, etc. // something, alert the character controller, scripts, etc.
MWBase::Environment::get().getDialogueManager()->say(ptr, "thief"); MWBase::Environment::get().getDialogueManager()->say(ptr, "hit");
if(object.isEmpty()) if(object.isEmpty())
{ {