[Scummvm-git-logs] scummvm master -> 76fcf4f025801a426246d515efe65953158e01f1

Strangerke Strangerke at scummvm.org
Wed Sep 21 08:07:37 CEST 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:
76fcf4f025 DM: Fix GCC warnings reported by eriktorbjorn


Commit: 76fcf4f025801a426246d515efe65953158e01f1
    https://github.com/scummvm/scummvm/commit/76fcf4f025801a426246d515efe65953158e01f1
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-09-21T07:57:44+02:00

Commit Message:
DM: Fix GCC warnings reported by eriktorbjorn

Changed paths:
    engines/dm/group.cpp



diff --git a/engines/dm/group.cpp b/engines/dm/group.cpp
index 7fd5065..5eb0020 100644
--- a/engines/dm/group.cpp
+++ b/engines/dm/group.cpp
@@ -710,6 +710,8 @@ T0209005_AddEventAndReturn:
 			approachAfterReaction = (AL0447_i_Behavior == kDMBehaviorAttack); /* If the creature behavior is 'Attack' and it has to move to avoid danger then it will change its behavior to 'Approach' after the movement */
 			newGroupDirectionFound = false;
 			goto T0209058_MoveInRandomDirection;
+		default:
+			break;
 		}
 	}
 	if (eventType < kDMEventTypeUpdateBehaviourGroup) { /* Process Update Aspect events 32 to 36 */





More information about the Scummvm-git-logs mailing list