summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-07 23:41:09 +0000
committerdarkvater <darkvater@openttd.org>2004-09-07 23:41:09 +0000
commitdebb158c95f7a75f584501adf3311baa1150ee6d (patch)
tree571bd3000679983a2253f393032ac7ab8bbd4795 /sdl.c
parentd037ee4c925b7d525fc479846d0847e43592f310 (diff)
downloadopenttd-debb158c95f7a75f584501adf3311baa1150ee6d.tar.xz
(svn r180) -Fix: some more warning fixes for C99 (Tron)
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl.c b/sdl.c
index 030a348b9..4aeb8ba1b 100644
--- a/sdl.c
+++ b/sdl.c
@@ -363,7 +363,7 @@ static const VkMapping _vk_mapping[] = {
AS(SDLK_KP_PLUS, WKC_NUM_PLUS),
AS(SDLK_KP_ENTER, WKC_NUM_ENTER),
AS(SDLK_KP_PERIOD, WKC_NUM_DECIMAL),
- {0}
+ {0, 0, 0}
};
static uint32 ConvertSdlKeyIntoMy(SDL_keysym *sym)