]> 4ch.mooo.com Git - 16.git/blobdiff - src/bakapi.c
fixed an issue of bakapi.exe while in pan mode you cannot escape until you press...
[16.git] / src / bakapi.c
index a08470bda3667ef240077d2bb1b25a912063129c..2d5837a6d0b1e2eb4e747f94de6ddf9c27efd097 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~\r
- * Copyright (C) 2012-2020 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
+ * Copyright (C) 2012-2021 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover\r
  *\r
  * This file is part of Project 16.\r
  *\r
@@ -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