mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 09:21:08 +00:00
AVALANCHE: Repair Acci::do_that(), remove comments from Lucerna::topcheck().
This commit is contained in:
parent
8e03019731
commit
c4891ace82
@ -1209,9 +1209,9 @@ void Acci::do_that() {
|
||||
case vb_open:
|
||||
opendoor();
|
||||
break;
|
||||
case vb_pause:
|
||||
_vm->_scrolls->display(Common::String("Game paused.") + '\3' + '\15' + '\15' + "Press Enter, Esc, or click " +
|
||||
"the mouse on the `O.K.\" box to continue.");
|
||||
case vb_pause: // Note that the original game doesn't care about the "O.K." box neither, it accepts clicks from everywhere on the screen to continue. Just like my code.
|
||||
_vm->_scrolls->display(Common::String("Game paused.") + _vm->_scrolls->kControlCenter + _vm->_scrolls->kControlNewLine + _vm->_scrolls->kControlNewLine
|
||||
+ "Press Enter, Esc, or click the mouse on the \"O.K.\" box to continue.");
|
||||
break;
|
||||
case vb_get:
|
||||
if (thing != pardon) {
|
||||
|
@ -874,9 +874,7 @@ void Lucerna::points(byte num) { /* Add on no. of points */
|
||||
}
|
||||
|
||||
void Lucerna::topcheck() {
|
||||
/* Menuset */
|
||||
_vm->_dropdown->ddm_m.getmenu(_vm->_gyro->mpx);
|
||||
/* Do this one */
|
||||
}
|
||||
|
||||
void Lucerna::mouseway(const Common::Point &cursorPos) {
|
||||
|
Loading…
Reference in New Issue
Block a user