ALL: behaviour -> behavior

This commit is contained in:
Matthew Hoops 2011-05-25 10:31:37 -04:00
parent 1277975c66
commit eea482fa43
30 changed files with 37 additions and 37 deletions

View file

@ -297,7 +297,7 @@ void GuiManager::runLoop() {
// dialog-related events since they were probably generated while the old dialog
// was still visible, and therefore not intended for the new one.
//
// This hopefully fixes strange behaviour/crashes with pop-up widgets. (Most easily
// This hopefully fixes strange behavior/crashes with pop-up widgets. (Most easily
// triggered in 3x mode or when running ScummVM under Valgrind.)
if (activeDialog != getTopDialog() && event.type != Common::EVENT_SCREEN_CHANGED)
continue;