summaryrefslogtreecommitdiff
path: root/src/sdl.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-14 08:20:42 +0000
committerrubidium <rubidium@openttd.org>2009-10-14 08:20:42 +0000
commit92a63894414bc9c1f01f6fd7217809fdc4b48a9e (patch)
tree1ce976d6cfe94f755b841caff7db80c90aa055ad /src/sdl.cpp
parent73418344300fdd1f1a97cef1f428121ff7b870bf (diff)
downloadopenttd-92a63894414bc9c1f01f6fd7217809fdc4b48a9e.tar.xz
(svn r17774) -Codechange: show the version of the (dynamically) linked library instead of the one we compiled against in the crash log
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 da3ae5b54..dab12704f 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_Linked_Version")
M("")
;
#undef M