mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
fixed compilation for emsvc4
svn-id: r17153
This commit is contained in:
parent
009cc66a24
commit
adbd8f23e5
@ -55,6 +55,7 @@ using GUI::WIDGET_ENABLED;
|
||||
|
||||
typedef GUI::OptionsDialog GUI_OptionsDialog;
|
||||
typedef GUI::ChooserDialog GUI_ChooserDialog;
|
||||
typedef GUI::Dialog GUI_Dialog;
|
||||
|
||||
namespace Scumm {
|
||||
|
||||
@ -656,9 +657,7 @@ void ValueDisplayDialog::handleKeyDown(uint16 ascii, int keycode, int modifiers)
|
||||
}
|
||||
|
||||
void ValueDisplayDialog::open() {
|
||||
#ifndef _WIN32_WCE
|
||||
GUI::Dialog::open();
|
||||
#endif
|
||||
GUI_Dialog::open();
|
||||
setResult(_value);
|
||||
_timer = getMillis() + kDisplayDelay;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user