Missed these.

svn-id: r17428
This commit is contained in:
Torbjörn Andersson 2005-04-07 08:50:48 +00:00
parent 4d33534938
commit d5b2582aa5
2 changed files with 96 additions and 96 deletions

View file

@ -363,7 +363,7 @@ uint8 Control::getClicks(uint8 mode, uint8 *retVal) {
}
uint8 Control::handleButtonClick(uint8 id, uint8 mode, uint8 *retVal) {
switch(mode) {
switch (mode) {
case BUTTON_MAIN_PANEL:
if (id == BUTTON_RESTART) {
if (SwordEngine::_systemVars.controlPanelMode) // if player is dead or has just started, don't ask for confirmation

View file

@ -1679,7 +1679,7 @@ uint16 Logic::inRange(uint16 a, uint16 b, uint16 c) {
void Logic::startPosCallFn(uint8 fnId, uint32 param1, uint32 param2, uint32 param3) {
Object *obj = NULL;
switch(fnId) {
switch (fnId) {
case opcPlaySequence:
fnPlaySequence(NULL, 0, param1, 0, 0, 0, 0, 0);
break;