[Scummvm-cvs-logs] CVS: residual engine.cpp,1.3,1.4

Jonathan Gray khalek at users.sourceforge.net
Sat Aug 16 16:25:11 CEST 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv14959

Modified Files:
	engine.cpp 
Log Message:
no need for this now InputDialog works

Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/engine.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- engine.cpp	16 Aug 2003 08:45:22 -0000	1.3
+++ engine.cpp	16 Aug 2003 23:24:53 -0000	1.4
@@ -76,10 +76,6 @@
       if (event.type == SDL_KEYDOWN) {
 	if (event.key.keysym.sym == SDLK_q)
 	  return;
-	else if (event.key.keysym.sym == SDLK_F12) {
-	  printf("Enter lua code, ^D to end\n> ");
-	  lua_dofile(NULL);
-	}
       }
     }
 





More information about the Scummvm-git-logs mailing list