diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hugo/hugo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp index 5243c1e492..122022ab8a 100644 --- a/engines/hugo/hugo.cpp +++ b/engines/hugo/hugo.cpp @@ -543,9 +543,9 @@ bool HugoEngine::loadHugoDat() { for (int i = 0; i < numElem; i++) { numSubElem = in.readUint16BE(); for (int j = 0; j < numSubElem; j++) { - in.readUint16BE();; - in.readUint16BE();; - in.readSint16BE();; + in.readUint16BE(); + in.readUint16BE(); + in.readSint16BE(); in.readByte(); in.readByte(); in.readByte(); |