[Scummvm-cvs-logs] SF.net SVN: scummvm:[55775] scummvm/trunk/engines/hugo/hugo.h

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Fri Feb 4 22:51:11 CET 2011


Revision: 55775
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55775&view=rev
Author:   strangerke
Date:     2011-02-04 21:51:10 +0000 (Fri, 04 Feb 2011)

Log Message:
-----------
HUGO: Increase the height of window view

This fixes a bug related to hotspots in H3 Win reported by D. Gray (in witch hut)

Modified Paths:
--------------
    scummvm/trunk/engines/hugo/hugo.h

Modified: scummvm/trunk/engines/hugo/hugo.h
===================================================================
--- scummvm/trunk/engines/hugo/hugo.h	2011-02-04 19:24:34 UTC (rev 55774)
+++ scummvm/trunk/engines/hugo/hugo.h	2011-02-04 21:51:10 UTC (rev 55775)
@@ -67,7 +67,7 @@
 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list