mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
ULTIMA8: Correct intrinsic count for Remorse
This commit is contained in:
parent
4e4cfe5494
commit
79d61a59a2
@ -354,7 +354,7 @@ bool Ultima8Engine::startupGame() {
|
||||
if (_gameInfo->_type == GameInfo::GAME_U8) {
|
||||
_ucMachine = new UCMachine(U8Intrinsics, 256);
|
||||
} else if (_gameInfo->_type == GameInfo::GAME_REMORSE) {
|
||||
_ucMachine = new UCMachine(RemorseIntrinsics, 308);
|
||||
_ucMachine = new UCMachine(RemorseIntrinsics, 311);
|
||||
} else if (_gameInfo->_type == GameInfo::GAME_REGRET) {
|
||||
_ucMachine = new UCMachine(RegretIntrinsics, 350);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user