diff options
Diffstat (limited to 'engines/cge/mouse.cpp')
-rw-r--r-- | engines/cge/mouse.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cge/mouse.cpp b/engines/cge/mouse.cpp index 5bdf7449fc..b16f4f52b2 100644 --- a/engines/cge/mouse.cpp +++ b/engines/cge/mouse.cpp @@ -53,11 +53,11 @@ MOUSE::MOUSE(CGEEngine *vm, Bitmap **shpl) : Sprite(vm, shpl), Busy(NULL), Hold( __int__(0x33); Exist = (_AX != 0); Buttons = _BX; - +*/ Goto(SCR_WID/2, SCR_HIG/2); - Z = 127; + _z = 127; Step(1); - */ + Exist = true; warning("STUB: MOUSE::MOUSE"); } |