mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
TITANIC: DE: Fix default code wheel letters
This commit is contained in:
parent
bca0a3f2da
commit
51275ea7a9
@ -162,4 +162,8 @@ bool CodeWheel::CheckCodeWheelsMsg(CCheckCodeWheelsMsg *msg) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void CodeWheel::reset() {
|
||||||
|
_value = TRANSLATE(4, 14);
|
||||||
|
}
|
||||||
|
|
||||||
} // End of namespace Titanic
|
} // End of namespace Titanic
|
||||||
|
@ -57,7 +57,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Resets a code wheel back to the default 'O' value
|
* Resets a code wheel back to the default 'O' value
|
||||||
*/
|
*/
|
||||||
void reset() { _value = 4; }
|
void reset();
|
||||||
};
|
};
|
||||||
|
|
||||||
} // End of namespace Titanic
|
} // End of namespace Titanic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user