aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk_ns.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-12-14 10:32:26 +0000
committerNicola Mettifogo2008-12-14 10:32:26 +0000
commitdc3e9027f43c8423ce280e4d59b6a027897d504a (patch)
tree3c816b9d3f1f21efe399eb04ec20532a1abb0368 /engines/parallaction/disk_ns.cpp
parente98bc7e402a52eadbdf0e5a7e989b9c507e0adf0 (diff)
downloadscummvm-rg350-dc3e9027f43c8423ce280e4d59b6a027897d504a.tar.gz
scummvm-rg350-dc3e9027f43c8423ce280e4d59b6a027897d504a.tar.bz2
scummvm-rg350-dc3e9027f43c8423ce280e4d59b6a027897d504a.zip
Removed references to _vm from the engine itself.
svn-id: r35358
Diffstat (limited to 'engines/parallaction/disk_ns.cpp')
-rw-r--r--engines/parallaction/disk_ns.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/disk_ns.cpp b/engines/parallaction/disk_ns.cpp
index 2533d32d7c..eedfaf92b7 100644
--- a/engines/parallaction/disk_ns.cpp
+++ b/engines/parallaction/disk_ns.cpp
@@ -914,7 +914,7 @@ Common::SeekableReadStream *AmigaDisk_ns::tryOpenFile(const char* name) {
NOTE: this routine is only able to build masks for Nippon Safes, since mask widths are hardcoded
into the main loop.
*/
-void buildMask(byte* buf) {
+void AmigaDisk_ns::buildMask(byte* buf) {
byte mask1[16] = { 0, 0x80, 0x20, 0xA0, 8, 0x88, 0x28, 0xA8, 2, 0x82, 0x22, 0xA2, 0xA, 0x8A, 0x2A, 0xAA };
byte mask0[16] = { 0, 0x40, 0x10, 0x50, 4, 0x44, 0x14, 0x54, 1, 0x41, 0x11, 0x51, 0x5, 0x45, 0x15, 0x55 };