Skip to content

Commit

Permalink
DREAMWEB: Use workspace() instead of kWorkspace
Browse files Browse the repository at this point in the history
  • Loading branch information
tramboi committed Nov 30, 2011
1 parent b34791e commit 17225e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/dreamweb/stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@ void DreamGenContext::zoomonoff() {
}

void DreamGenContext::sortoutmap() {
const uint8 *src = (const uint8 *)segRef(data.word(kWorkspace)).ptr(0, 0);
const uint8 *src = workspace();
uint8 *dst = (uint8 *)segRef(data.word(kMapdata)).ptr(0, 0);
for (uint16 y = 0; y < kMaplength; ++y) {
memcpy(dst, src, kMapwidth);
Expand Down

0 comments on commit 17225e4

Please sign in to comment.