Jeck - Minor fix to r1776.

This commit is contained in:
wagic.jeck
2010-02-01 19:03:50 +00:00
parent 79eb0818c2
commit b9a4a819a9

View File

@@ -547,5 +547,8 @@ bool ShopItems::CheckUserInput(u32 key){
return true;
}
}
else if(dialog)
return dialog->CheckUserInput(key);
return JGuiController::CheckUserInput(key);
}