From f0d284515a72e0a6687de04e9eb193d2acc98be3 Mon Sep 17 00:00:00 2001 From: delta407 Date: Tue, 21 Aug 2007 12:27:17 +0000 Subject: [PATCH] 2007-08-21 Will Glynn * V187 * museum.c, admin.c, intel.c: remove references to the long-unused PORT.TMP --- ChangeLog | 6 ++++++ admin.c | 1 - intel.c | 1 - museum.c | 21 --------------------- os_macosx/Info.plist | 2 +- version.c | 2 +- 6 files changed, 8 insertions(+), 25 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1638ef1..5da617f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-08-21 Will Glynn + + * V187 + + * museum.c, admin.c, intel.c: remove references to the long-unused PORT.TMP + 2007-08-20 Will Glynn * V186 diff --git a/admin.c b/admin.c index d950b4e..6bd1412 100644 --- a/admin.c +++ b/admin.c @@ -129,7 +129,6 @@ void Admin(char plr) if (Data->P[plr].AstroDelay>0) AImg[3]=5; } while (!(i==7 || (i==6 && (QUIT || LOAD)) )); - remove_savedat("PORT.TMP"); // remove temp file music_stop(); strcpy(IDT,"i000");strcpy(IKEY,"k000"); WaitForMouseUp(); diff --git a/intel.c b/intel.c index 358c23f..957f943 100644 --- a/intel.c +++ b/intel.c @@ -77,7 +77,6 @@ void Intel(char plr) } } while (i==1 || i==2); - remove_savedat("PORT.TMP"); // remove temp file music_stop(); } diff --git a/museum.c b/museum.c index b1b9e05..5e8d27d 100644 --- a/museum.c +++ b/museum.c @@ -147,26 +147,6 @@ void Museum(char plr) FadeIn(2,pal,10,0,0); } -#if 0 - if (beg==0) { - beg=(Data->P[plr].AstroCount>0)? 7 : 6; // mods for astros - - fin=sOpen("PORT.TMP","wb",1); // Create temp image file - fwrite(screen,64000,1,fin); - fclose(fin); - - } - else { - - FadeOut(2,pal,10,0,0); - fin=sOpen("PORT.TMP","rb",1); // replad temp image file - fread(screen,64000,fin); - close(fin); - PortPal(plr); - - } -#endif - strncpy(IDT,(plr==0) ?"i700":"i701",4); strncpy(IKEY,(plr==0) ? "k603":"k604",4); i=BChoice(plr,tots,&AName[0][0],&AImg[0]); @@ -188,7 +168,6 @@ void Museum(char plr) } strncpy(IDT,"i000",4);strncpy(IKEY,"k000",4); } while (i!=beg); - remove_savedat("PORT.TMP"); // remove temp file music_stop(); return; } diff --git a/os_macosx/Info.plist b/os_macosx/Info.plist index 279c54f..5b340c4 100644 --- a/os_macosx/Info.plist +++ b/os_macosx/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature RiSP CFBundleVersion - 0.4.6.186 + 0.4.6.187 NSMainNibFile SDLMain NSPrincipalClass diff --git a/version.c b/version.c index bc3d544..9870ccc 100644 --- a/version.c +++ b/version.c @@ -1 +1 @@ -186 +187