From 1ca035f02fe33ed6576ecedaa7faf9f75429d08a Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Thu, 10 Oct 2002 19:16:52 +0000 Subject: [PATCH] enable loading screen for mac shareware with -nohires --- main/inferno.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/inferno.c b/main/inferno.c index 6483d57a..3e5463da 100644 --- a/main/inferno.c +++ b/main/inferno.c @@ -1,4 +1,4 @@ -/* $Id: inferno.c,v 1.45 2002-10-10 19:11:23 btb Exp $ */ +/* $Id: inferno.c,v 1.46 2002-10-10 19:16:52 btb Exp $ */ /* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO @@ -1497,6 +1497,8 @@ int main(int argc,char **argv) strcpy(filename, MenuHires?"descntob.pcx":"descento.pcx"); // OEM if (! cfexist(filename)) strcpy(filename, "descentd.pcx"); // SHAREWARE + if (! cfexist(filename)) + strcpy(filename, "descentb.pcx"); // MAC SHAREWARE #if defined(POLY_ACC) gr_set_mode(SM_640x480x15xPA); -- 2.39.2