fixed autobandaging showing up during conversation which caused numerous issues

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9169 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Shadooow
2021-09-24 02:10:48 +00:00
parent 566f8ab5d4
commit 20335041f7
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -3165,7 +3165,10 @@ void GetKeyboardInput( UINT32 *puiNewEvent )
}
else
{
BeginAutoBandage( );
if (DialogueQueueIsEmpty())//shadooow: trying to use autobandage during conversation will mess up game
{
BeginAutoBandage();
}
}
break;