From 1c74de400da251021161171bd684ef5d09832d1c Mon Sep 17 00:00:00 2001 From: gocha Date: Tue, 24 Jul 2012 19:54:03 +0900 Subject: [PATCH] adjust input display position since it covers frame counter display --- gfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx.cpp b/gfx.cpp index 040a1e8d..29d58025 100644 --- a/gfx.cpp +++ b/gfx.cpp @@ -2043,7 +2043,7 @@ static void DisplayPressedKeys (void) static int KeyOrder[] = { 8, 10, 7, 9, 0, 6, 14, 13, 5, 1, 4, 3, 2, 11, 12 }; // < ^ > v A B Y X L R S s enum controllers controller; - int line = 1; + int line = 2; int8 ids[4]; char string[255];