From 512f555b3dc683bb086b2851414a05bc1181d4d3 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 8 Mar 2009 19:19:11 +0000 Subject: [PATCH] oops, removed debug line --- src/lua-engine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lua-engine.cpp b/src/lua-engine.cpp index da472aea..b4b8a98b 100644 --- a/src/lua-engine.cpp +++ b/src/lua-engine.cpp @@ -428,8 +428,6 @@ static int zapper_read(lua_State *L){ int y = MouseData[1]; int click = MouseData[2]; ///adelikat TODO: remove the ability to store the value 2? Since 2 is right-clicking and not part of zapper input and is used for context menus - FCEUI_DispMessage("X: %d Y: %d, Click: %d",x,y,click); - lua_pushinteger(L, x); lua_setfield(L, -2, "x"); lua_pushinteger(L, y);