aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/bada/form.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/bada/form.cpp')
-rwxr-xr-xbackends/platform/bada/form.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/bada/form.cpp b/backends/platform/bada/form.cpp
index 92b3f07179..d6504baf3b 100755
--- a/backends/platform/bada/form.cpp
+++ b/backends/platform/bada/form.cpp
@@ -89,7 +89,7 @@ result BadaAppForm::Construct() {
delete _gameThread;
_gameThread = null;
}
- } else {
+ } else {
g_system = badaSystem;
}
@@ -418,7 +418,7 @@ void BadaAppForm::OnKeyPressed(const Control &source, KeyCode keyCode) {
case KEY_SIDE_UP:
if (_shortcutIndex != SHORTCUT_VOLUME) {
_shortcutIndex = SHORTCUT_VOLUME;
- } else {
+ } else {
setVolume(true, false);
}
return;