Distinguish between green and amber hercules. Now specify it via hercGreen
and hercAmber. Updated documentation accordingly. svn-id: r16975
This commit is contained in:
parent
7a2a4f34dc
commit
50f6eb740c
9 changed files with 22 additions and 15 deletions
|
@ -131,7 +131,7 @@ void ScummEngine::parseEvents() {
|
|||
_mouse.x = event.mouse.x;
|
||||
_mouse.y = event.mouse.y;
|
||||
|
||||
if (_renderMode == Common::kRenderHerc) {
|
||||
if (_renderMode == Common::kRenderHercA || _renderMode == Common::kRenderHercG) {
|
||||
_mouse.x -= (Common::kHercW - _screenWidth * 2) / 2;
|
||||
_mouse.x /= 2;
|
||||
_mouse.y = _mouse.y * 4 / 7;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue