summaryrefslogtreecommitdiff
path: root/win32.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-15 10:04:57 +0000
committertron <tron@openttd.org>2004-11-15 10:04:57 +0000
commit01e88bb61d00c96991d9280cea6bc188cc42db33 (patch)
tree3d1fd1b3ad405251c441a99e5d7150502f72b5c2 /win32.c
parent95a3e4fe1fa30090551a5d5edc8e5ba7b2a8c622 (diff)
downloadopenttd-01e88bb61d00c96991d9280cea6bc188cc42db33.tar.xz
(svn r623) -Feature: [ 1066504 ] Pause key pauses the game
Diffstat (limited to 'win32.c')
-rw-r--r--win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32.c b/win32.c
index 20b4f1f09..2a7da5284 100644
--- a/win32.c
+++ b/win32.c
@@ -115,6 +115,7 @@ static const VkMapping _vk_mapping[] = {
AS(220, WKC_BACKQUOTE),
AS(VK_ESCAPE, WKC_ESC),
+ AS(VK_PAUSE, WKC_PAUSE),
AS(VK_BACK, WKC_BACKSPACE),
AM(VK_INSERT,VK_DELETE,WKC_INSERT, WKC_DELETE),