Should be HE60/70.

svn-id: r15211
This commit is contained in:
Travis Howell 2004-09-21 01:00:30 +00:00
parent c63169d3f3
commit 2c0f36cddc
10 changed files with 283 additions and 279 deletions

View file

@ -147,7 +147,7 @@ void ScummEngine::setCursorFromBuffer(byte *ptr, int width, int height, int pitc
updateCursor();
}
void ScummEngine_v7he::setCursorFromImg(uint img, uint room, uint imgindex) {
void ScummEngine_v70he::setCursorFromImg(uint img, uint room, uint imgindex) {
_win32ResExtractor->setCursor(img);
}