aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-29 12:52:03 +0000
committerJohannes Schickel2009-05-29 12:52:03 +0000
commit64e6c596c7d485a2e68138b08e573813c4783b59 (patch)
treec42534336c094a2871e82ce013912b060aa78170 /engines/kyra/gui_lol.cpp
parent702f267b192eb469a231b2c4207196527b392aca (diff)
downloadscummvm-rg350-64e6c596c7d485a2e68138b08e573813c4783b59.tar.gz
scummvm-rg350-64e6c596c7d485a2e68138b08e573813c4783b59.tar.bz2
scummvm-rg350-64e6c596c7d485a2e68138b08e573813c4783b59.zip
Formatting.
svn-id: r40991
Diffstat (limited to 'engines/kyra/gui_lol.cpp')
-rw-r--r--engines/kyra/gui_lol.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/kyra/gui_lol.cpp b/engines/kyra/gui_lol.cpp
index 30a147f710..332a0efeab 100644
--- a/engines/kyra/gui_lol.cpp
+++ b/engines/kyra/gui_lol.cpp
@@ -747,7 +747,7 @@ void LoLEngine::gui_updateInput() {
void LoLEngine::gui_triggerEvent(int eventType) {
Common::Event evt;
- memset(&evt, 0, sizeof(Common::Event));
+ memset(&evt, 0, sizeof(Common::Event));
evt.mouse.x = _mouseX;
evt.mouse.y = _mouseY;
@@ -815,7 +815,7 @@ void LoLEngine::gui_triggerEvent(int eventType) {
}
void LoLEngine::removeInputTop() {
- if (!_eventList.empty()) {
+ if (!_eventList.empty()) {
if (_eventList.begin()->event.type == Common::EVENT_LBUTTONDOWN)
_gui->_mouseClick = 1;
else if (_eventList.begin()->event.type == Common::EVENT_RBUTTONDOWN)
@@ -1891,7 +1891,7 @@ void GUI_LoL::processButton(Button *button) {
case 1:
_screen->hideMouse();
- _screen->printText((const char*)dataPtr, x, y, val2, val3);
+ _screen->printText((const char *)dataPtr, x, y, val2, val3);
_screen->showMouse();
break;
@@ -1932,7 +1932,7 @@ int GUI_LoL::processButtonList(Button *buttonList, uint16 inputFlag, int8 mouseW
if (_mouseClick == 2)
_flagsModifier |= 0x2000;
_mouseClick = 0;
-
+
_backUpButtonList = buttonList;
_buttonListChanged = false;