diff options
Diffstat (limited to 'engines/hugo/intro.cpp')
| -rw-r--r-- | engines/hugo/intro.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hugo/intro.cpp b/engines/hugo/intro.cpp index 080fbc8f8d..d7b95f9d1f 100644 --- a/engines/hugo/intro.cpp +++ b/engines/hugo/intro.cpp @@ -48,8 +48,8 @@ IntroHandler::IntroHandler(HugoEngine *vm) : _vm(vm), _introX(0), _introY(0) { IntroHandler::~IntroHandler() { } -byte IntroHandler::getIntroSize() const { - return _introXSize; +byte IntroHandler::getIntroSize() const { + return _introXSize; } /** |
