mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
Should fix shadowing warnings with gcc.
svn-id: r23520
This commit is contained in:
parent
b09b9b216e
commit
db58d3477b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user