aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-28 11:31:05 -0400
committerMatthew Hoops2011-10-28 11:31:05 -0400
commit514d93622dd05bee743e565c5ad1dadd42af3c04 (patch)
tree38723f36ff151e106649e08a802ce15016f576fd /engines/pegasus
parent88360741bdcc8a5456dd719bac8678d9cbaddfe3 (diff)
downloadscummvm-rg350-514d93622dd05bee743e565c5ad1dadd42af3c04.tar.gz
scummvm-rg350-514d93622dd05bee743e565c5ad1dadd42af3c04.tar.bz2
scummvm-rg350-514d93622dd05bee743e565c5ad1dadd42af3c04.zip
PEGASUS: Fix RS232 draw call
Diffstat (limited to 'engines/pegasus')
-rwxr-xr-xengines/pegasus/neighborhood/mars/shuttlehud.cpp2
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) {