diff options
author | stevenhoefel | 2017-09-14 13:54:52 +1000 |
---|---|---|
committer | stevenhoefel | 2017-09-14 13:54:52 +1000 |
commit | 3feaaffd9c46668023b29f3c94049fec1ae805f8 (patch) | |
tree | c9362cf95178c43914c431c623f716d62a9719e7 /engines/director/cast.h | |
parent | b674c5712c2ec9d917dd517cc45e9fb1c4848455 (diff) | |
download | scummvm-rg350-3feaaffd9c46668023b29f3c94049fec1ae805f8.tar.gz scummvm-rg350-3feaaffd9c46668023b29f3c94049fec1ae805f8.tar.bz2 scummvm-rg350-3feaaffd9c46668023b29f3c94049fec1ae805f8.zip |
DIRECTOR: Fix Warning.
Diffstat (limited to 'engines/director/cast.h')
-rw-r--r-- | engines/director/cast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/cast.h b/engines/director/cast.h index 96d7e82399..bc020722a4 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 { |