1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-23 21:06:47 +00:00

fixed a dialogue bug

This commit is contained in:
Marc Zinnschlag 2010-08-18 11:06:41 +02:00
parent 6258654383
commit 4f3f174016

View file

@ -273,6 +273,7 @@ namespace MWDialogue
} }
mEnvironment.mWindowManager->setMode (MWGui::GM_Dialogue); mEnvironment.mWindowManager->setMode (MWGui::GM_Dialogue);
break;
} }
} }
} }