oops, removed debug line

This commit is contained in:
adelikat 2009-03-08 19:19:11 +00:00
parent a5ff19b58c
commit 512f555b3d
1 changed files with 0 additions and 2 deletions

View File

@ -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);