(svn r180) -Fix: some more warning fixes for C99 (Tron)

This commit is contained in:
darkvater
2004-09-07 23:41:09 +00:00
parent d037ee4c92
commit debb158c95
9 changed files with 438 additions and 440 deletions

2
sdl.c
View File

@@ -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)