diff options
Diffstat (limited to 'engines/sword2')
-rw-r--r-- | engines/sword2/animation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/animation.h b/engines/sword2/animation.h index 0a937d48df..cda279e6ab 100644 --- a/engines/sword2/animation.h +++ b/engines/sword2/animation.h @@ -43,7 +43,7 @@ struct MovieTextObject { }; struct MovieInfo { - MovieInfo(const char *name, const uint frames, const bool seamless) : name(name), frames(frames), seamless(seamless) {} + MovieInfo(const char *name_, const uint frames_, const bool seamless_) : name(name_), frames(frames_), seamless(seamless_) {} const char *name; const uint frames; |