Skip to content

Commit

Permalink
NEVERHOOD: Fix a very stupid bug in Scene::insertMouse433
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe123 authored and wjp committed May 8, 2013
1 parent a724e60 commit 676c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/neverhood/scene.cpp
Expand Up @@ -208,7 +208,7 @@ void Scene::insertMouse433(uint32 fileHash, NRect *mouseRect) {
NRect rect(-1, -1, -1, -1);
if (mouseRect)
rect = *mouseRect;
_mouseCursor = new Mouse(_vm, 0x0820C408, rect);
_mouseCursor = new Mouse(_vm, fileHash, rect);
addEntity(_mouseCursor);
}

Expand Down

0 comments on commit 676c756

Please sign in to comment.