Removed references to _vm from the engine itself.
svn-id: r35358
This commit is contained in:
parent
e98bc7e402
commit
dc3e9027f4
13 changed files with 50 additions and 51 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue