OSDN Git Service

fixed an issue of bakapi.exe while in pan mode you cannot escape until you press...
[proj16/16.git] / src / bakapi.c
index 10ced06..2d5837a 100755 (executable)
@@ -258,7 +258,7 @@ main(int argc, char *argvar[])
                                {\r
                                        VL_ShowPage(&gvar.video.page[1], 0, 0);\r
                                }\r
-                               if(c==0x71 || c==0xb1 || c=='p')\r
+                               if(c==27 || c==0x71 || c==0xb1 || c=='p')\r
                                {\r
                                        //getch(); // eat keyboard input\r
                                        panswitch=0;\r