summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-12-09 13:17:31 +0000
committerbjarni <bjarni@openttd.org>2005-12-09 13:17:31 +0000
commit26a5e120e8c763a444b4f344c33da85dcc830bb8 (patch)
tree9d7e8a513a14468359dca6c32e2de0bf9e5bf0b6 /unix.c
parent6cfdfcc4baf0ebe58fa083bc34754fb0f51b7814 (diff)
downloadopenttd-26a5e120e8c763a444b4f344c33da85dcc830bb8.tar.xz
(svn r3276) reverted the last two commits. OSX 10.2 kept finding new stuff to prevent it from running OpenTTD, so now it's not supported anymore
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index d5eaf0272..fd20e3715 100644
--- a/unix.c
+++ b/unix.c
@@ -434,7 +434,7 @@ void ShowInfo(const char *str)
void ShowOSErrorBox(const char *buf)
{
-#if defined(__APPLE__) && !defined(JAGUAR_CROSSCOMPILE)
+#if defined(__APPLE__)
// this creates an NSAlertPanel with the contents of 'buf'
// this is the native and nicest way to do this on OSX
ShowMacDialog( buf, "See readme for more info\nMost likely you are missing files from the original TTD", "Quit" );