[Scummvm-git-logs] scummvm master -> 3feaaffd9c46668023b29f3c94049fec1ae805f8

stevenhoefel stevenhoefel at hotmail.com
Thu Sep 14 05:55:03 CEST 2017


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:
3feaaffd9c DIRECTOR: Fix Warning.


Commit: 3feaaffd9c46668023b29f3c94049fec1ae805f8
    https://github.com/scummvm/scummvm/commit/3feaaffd9c46668023b29f3c94049fec1ae805f8
Author: stevenhoefel (stevenhoefel at hotmail.com)
Date: 2017-09-14T13:54:52+10:00

Commit Message:
DIRECTOR: Fix Warning.

Changed paths:
    engines/director/cast.h


diff --git a/engines/director/cast.h b/engines/director/cast.h
index 96d7e82..bc02072 100644
--- a/engines/director/cast.h
+++ b/engines/director/cast.h
@@ -46,7 +46,7 @@ enum CastType {
 	kCastMovie = 9,
 	kCastDigitalVideo = 10,
 	kCastLingoScript = 11,
-	kCastRTE = 12,
+	kCastRTE = 12
 };
 
 class Cast {





More information about the Scummvm-git-logs mailing list