GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1faddb
)
gl: fix prev key name
author
DeaDDooMER <deaddoomer@deadsoftware.ru>
Tue, 14 Feb 2023 13:09:58 +0000
(16:09 +0300)
committer
DeaDDooMER <deaddoomer@deadsoftware.ru>
Fri, 9 Jun 2023 09:13:18 +0000
(12:13 +0300)
src/game/renders/opengl/r_touch.pas
patch
|
blob
|
history
diff --git
a/src/game/renders/opengl/r_touch.pas
b/src/game/renders/opengl/r_touch.pas
index 98ddf3cea9a8f821c462422c267a54f9f9bc7dd8..4f0fb8227d6b2b02461a2b616feae10dd1b909dd 100644
(file)
--- a/
src/game/renders/opengl/r_touch.pas
+++ b/
src/game/renders/opengl/r_touch.pas
@@
-65,7
+65,7
@@
implementation
VK_CONSOLE: result := 'CON';
VK_STATUS: result := 'STAT';
VK_TEAM: result := 'TEAM';
- VK_PREV: result := '<PRE
W
';
+ VK_PREV: result := '<PRE
V
';
VK_NEXT: result := 'NEXT>';
VK_LSTRAFE: result := '<';
VK_RSTRAFE: result := '>';
DEADSOFTWARE 2012-2025