aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/script_patches.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2019-10-08 01:36:10 +0300
committerFilippos Karapetis2019-10-08 01:36:43 +0300
commite086ac376e95e9b62911725d10a406dcdcff9a93 (patch)
treecee097df2aaa5d2e330dc599e728c0018785b90d /engines/sci/engine/script_patches.cpp
parentbd969478f8f90f845e05d9f0089c3a9ec50165d1 (diff)
downloadscummvm-rg350-e086ac376e95e9b62911725d10a406dcdcff9a93.tar.gz
scummvm-rg350-e086ac376e95e9b62911725d10a406dcdcff9a93.tar.bz2
scummvm-rg350-e086ac376e95e9b62911725d10a406dcdcff9a93.zip
SCI32: Some initial work on the Hoyle 5 poker logic
The game can be entered now, but there's only some dummy logic in place to get it working
Diffstat (limited to 'engines/sci/engine/script_patches.cpp')
-rw-r--r--engines/sci/engine/script_patches.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index ad3402d81d..875f77ca5c 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -2145,10 +2145,6 @@ static const SciScriptPatcherEntry hoyle5Signatures[] = {
{ true, 64937, "remove kGetTime spin", 1, hoyle5SignatureSpinLoop, hoyle5PatchSpinLoop },
{ true, 64908, "disable video benchmarking", 1, sci2BenchmarkSignature, sci2BenchmarkPatch },
{ true, 733, "bridge arithmetic against object ", 1, hoyle5SignatureBridgeArithmetic, hoyle5PatchBridgeArithmetic },
- // This entry has been placed so that the broken Poker game is disabled. This game uses an external DLL, PENGIN16.DLL,
- // which is invoked via kWinDLL. We need to reverse the logic in PENGIN16.DLL and call it directly, in order to get this
- // game to work properly. Until then, this game entry will be disabled.
- { true, 975, "disable Poker", 1, hoyle5SignaturePoker, hoyle5PatchDisableGame },
{ true, 64990, "increase number of save games (1/2)", 1, sci2NumSavesSignature1, sci2NumSavesPatch1 },
{ true, 64990, "increase number of save games (2/2)", 1, sci2NumSavesSignature2, sci2NumSavesPatch2 },
{ true, 64990, "disable change directory button", 1, sci2ChangeDirSignature, sci2ChangeDirPatch },