[Scummvm-git-logs] scummvm master -> 6425913a9c840027a80adf05647fbba686584e95

dreammaster dreammaster at scummvm.org
Fri Dec 9 01:35:47 CET 2016


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:
6425913a9c TITANIC: Fix setting floor numbers for PET Rooms glyphs


Commit: 6425913a9c840027a80adf05647fbba686584e95
    https://github.com/scummvm/scummvm/commit/6425913a9c840027a80adf05647fbba686584e95
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-12-08T19:35:30-05:00

Commit Message:
TITANIC: Fix setting floor numbers for PET Rooms glyphs

Changed paths:
    engines/titanic/room_flags.cpp


diff --git a/engines/titanic/room_flags.cpp b/engines/titanic/room_flags.cpp
index be9acb9..25c604b 100644
--- a/engines/titanic/room_flags.cpp
+++ b/engines/titanic/room_flags.cpp
@@ -301,8 +301,10 @@ void CRoomFlags::setFloorNum(uint floorNum) {
 		break;
 	case 1:
 		base = 0xD0;
+		break;
 	case 2:
 		base = 0xE0;
+		break;
 	case 3:
 		base = 0xF0;
 		break;





More information about the Scummvm-git-logs mailing list