summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-27 19:57:12 +0000
committertron <tron@openttd.org>2005-07-27 19:57:12 +0000
commit5821529859b84d9ba264bf8b0b9267c900ed4103 (patch)
tree2d81a3e658bac637585e76cd5f1b80266f4b05b6 /functions.h
parent6c52a8629d0b94d72e20809818cb0fd5c3097c93 (diff)
downloadopenttd-5821529859b84d9ba264bf8b0b9267c900ed4103.tar.xz
(svn r2728) -Fix/Feature: Change the driver probing algorithm
Instead of trying to start a single driver and bailing out if that fails, try to initialise one by one and use the first one which succeeds. This should fix problems on machines with no sound card, where -s null had to be specified manually.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index 34e667fd5..8a0fa4897 100644
--- a/functions.h
+++ b/functions.h
@@ -273,7 +273,6 @@ void LoadFromConfig(void);
void SaveToConfig(void);
void CheckConfig(void);
int ttd_main(int argc, char* argv[]);
-byte GetOSVersion(void);
void DeterminePaths(void);
char * CDECL str_fmt(const char *str, ...);