AVALANCHE: Repair Acci::do_that(), remove comments from Lucerna::topcheck().

This commit is contained in:
uruk 2013-08-18 11:35:36 +02:00
parent 8e03019731
commit c4891ace82
2 changed files with 3 additions and 5 deletions

View File

@ -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) {

View File

@ -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) {