diff options
author | Matthew Hoops | 2011-10-28 11:31:05 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-10-28 11:31:05 -0400 |
commit | 514d93622dd05bee743e565c5ad1dadd42af3c04 (patch) | |
tree | 38723f36ff151e106649e08a802ce15016f576fd /engines | |
parent | 88360741bdcc8a5456dd719bac8678d9cbaddfe3 (diff) | |
download | scummvm-rg350-514d93622dd05bee743e565c5ad1dadd42af3c04.tar.gz scummvm-rg350-514d93622dd05bee743e565c5ad1dadd42af3c04.tar.bz2 scummvm-rg350-514d93622dd05bee743e565c5ad1dadd42af3c04.zip |
PEGASUS: Fix RS232 draw call
Diffstat (limited to 'engines')
-rwxr-xr-x | engines/pegasus/neighborhood/mars/shuttlehud.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/neighborhood/mars/shuttlehud.cpp b/engines/pegasus/neighborhood/mars/shuttlehud.cpp index dfdb3818cb..8451260c3d 100755 --- a/engines/pegasus/neighborhood/mars/shuttlehud.cpp +++ b/engines/pegasus/neighborhood/mars/shuttlehud.cpp @@ -218,7 +218,7 @@ void ShuttleHUD::draw(const Common::Rect &) { } } - drawOneBitImageOr(screen, s_lockData, 4, Common::Rect(kHUDRS232Left, kHUDRS232Top, + drawOneBitImageOr(screen, s_RS232Data, 4, Common::Rect(kHUDRS232Left, kHUDRS232Top, kHUDRS232Left + 29, kHUDRS232Top + 8), _gridDarkGreen); if (_targetLocked) { |