summaryrefslogtreecommitdiff
path: root/src/sdl.cpp
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-12-09 02:49:01 +0000
committerglx <glx@openttd.org>2009-12-09 02:49:01 +0000
commitda124cb14973af8fa69923fcb90ac4a2d1314339 (patch)
treee0d6a2cdba17c2b2dffd0f06a350c7b0f29d8666 /src/sdl.cpp
parentb0eacbf35013982a63b663b84d85e06f8a9f63fa (diff)
downloadopenttd-da124cb14973af8fa69923fcb90ac4a2d1314339.tar.xz
(svn r18439) -Fix (r15233): forgot to load the symbol from SDL.dll
Diffstat (limited to 'src/sdl.cpp')
-rw-r--r--src/sdl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl.cpp b/src/sdl.cpp
index dab12704f..9bbf34c27 100644
--- a/src/sdl.cpp
+++ b/src/sdl.cpp
@@ -57,6 +57,7 @@ static const char sdl_files[] =
M("SDL_SetColorKey")
M("SDL_WM_SetIcon")
M("SDL_MapRGB")
+ M("SDL_VideoModeOK")
M("SDL_Linked_Version")
M("")
;