diff options
-rw-r--r-- | engines/gob/inter_geisha.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_geisha.cpp b/engines/gob/inter_geisha.cpp index c5b91a484b..1f2a7fab7f 100644 --- a/engines/gob/inter_geisha.cpp +++ b/engines/gob/inter_geisha.cpp @@ -280,7 +280,7 @@ void Inter_Geisha::oGeisha_gameDiving(OpGobParams ¶ms) { bool result = _diving->play(playerCount, hasPearlLocation); - WRITE_VAR_UINT32(resultVar, result ? 1 : 0); + WRITE_VAR_UINT32(resultVar, result ? 0 : 1); } void Inter_Geisha::oGeisha_loadTitleMusic(OpGobParams ¶ms) { |