diff options
-rw-r--r-- | engines/hugo/hugo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/hugo.h b/engines/hugo/hugo.h index 07affc2753..2cec62afe2 100644 --- a/engines/hugo/hugo.h +++ b/engines/hugo/hugo.h @@ -67,7 +67,7 @@ static const int kStepDy = 4; // Num pixels moved in y by static const int kXPix = 320; // Width of pcx background file static const int kYPix = 200; // Height of pcx background file static const int kViewSizeX = kXPix; // Width of window view -static const int kViewSizeY = 184; // Height of window view +static const int kViewSizeY = 192; // Height of window view. In original game: 184 static const int kDibOffY = 0; // Offset into dib SrcY (old status line area). In original game: 8 static const int kCompLineSize = 40; // number of bytes in a compressed line static const int kMaxLineSize = kCompLineSize - 2; // Max length of user input line |