From 5fd69294ee2e4a8687d27c33557065ff3352519d Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 27 Jul 2005 19:57:12 +0000 Subject: (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. --- functions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'functions.h') 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, ...); -- cgit v1.2.3-54-g00ecf