remove debug

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@631 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-07 19:57:28 +00:00
parent 95b9409bbe
commit 6bea5a96b5

View File

@@ -130,6 +130,7 @@ static LRESULT CALLBACK wndproc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
int n = wp;
const int base = 'A' - 1;
/* FIXME: this catches escape key (!?!?!?) */
if(n <= 0x1f) {
n = (n + base) | MwLLControlMask;
if(!(GetKeyState(VK_LSHIFT) || GetKeyState(VK_RSHIFT))) n += 0x20;