diff options
| -rw-r--r-- | engines/lastexpress/entities/francois.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/entities/francois.cpp b/engines/lastexpress/entities/francois.cpp index 6bbe740730..2b170d93a3 100644 --- a/engines/lastexpress/entities/francois.cpp +++ b/engines/lastexpress/entities/francois.cpp @@ -221,7 +221,7 @@ IMPLEMENT_FUNCTION(9, Francois, function9)  		case 1:  			getObjects()->update(kObjectCompartmentD, kEntityPlayer, kObjectLocation2, kCursorKeepValue, kCursorKeepValue); -			break; +			// Fallback to next case  		case 2:  			getData()->location = kLocationOutsideCompartment; @@ -257,7 +257,7 @@ IMPLEMENT_FUNCTION(10, Francois, function10)  		case 1:  			getObjects()->update(kObjectCompartmentD, kEntityPlayer, kObjectLocation2, kCursorKeepValue, kCursorKeepValue);  			getSavePoints()->push(kEntityFrancois, kEntityMmeBoutarel, kAction102484312); -			break; +			// Fallback to next case  		case 2:  			getData()->location = kLocationInsideCompartment;  | 
