[Scummvm-git-logs] scummvm master -> 761f97bf496a6cd8c3d5c7bc1eac7baaec407b56

sev- sev at scummvm.org
Wed Oct 9 10:36:15 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
761f97bf49 SCI: Fix compilation


Commit: 761f97bf496a6cd8c3d5c7bc1eac7baaec407b56
    https://github.com/scummvm/scummvm/commit/761f97bf496a6cd8c3d5c7bc1eac7baaec407b56
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-09T10:35:52+02:00

Commit Message:
SCI: Fix compilation

Changed paths:
    engines/sci/engine/hoyle5poker.cpp


diff --git a/engines/sci/engine/hoyle5poker.cpp b/engines/sci/engine/hoyle5poker.cpp
index 944bb83..04fd889 100644
--- a/engines/sci/engine/hoyle5poker.cpp
+++ b/engines/sci/engine/hoyle5poker.cpp
@@ -79,7 +79,7 @@ enum Hoyle5PokerData {
 	kDiscardCard1 = 64,	  // flag, checked by PokerHand::think
 	kDiscardCard2 = 65,	  // flag, checked by PokerHand::think
 	kDiscardCard3 = 66,	  // flag, checked by PokerHand::think
-	kDiscardCard4 = 67,	  // flag, checked by PokerHand::think
+	kDiscardCard4 = 67	  // flag, checked by PokerHand::think
 	// 77 seems to be a bit array?
 };
 





More information about the Scummvm-git-logs mailing list