changeset 13908:7cce3098fbe4 draft

(svn r18439) -Fix (r15233): forgot to load the symbol from SDL.dll
author glx <glx@openttd.org>
date Wed, 09 Dec 2009 02:49:01 +0000
parents df279b977e38
children c55153a15886
files src/sdl.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/sdl.cpp
+++ b/src/sdl.cpp
@@ -57,6 +57,7 @@
 	M("SDL_SetColorKey")
 	M("SDL_WM_SetIcon")
 	M("SDL_MapRGB")
+	M("SDL_VideoModeOK")
 	M("SDL_Linked_Version")
 	M("")
 ;