Skip to content

Commit

Permalink
2007-08-21 Will Glynn <[email protected]>
Browse files Browse the repository at this point in the history
	* V187
	* museum.c, admin.c, intel.c: remove references to the long-unused PORT.TMP
  • Loading branch information
delta407 committed Aug 21, 2007
1 parent f5352af commit f0d2845
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 25 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2007-08-21 Will Glynn <[email protected]>

* V187

* museum.c, admin.c, intel.c: remove references to the long-unused PORT.TMP

2007-08-20 Will Glynn <[email protected]>

* V186
Expand Down
1 change: 0 additions & 1 deletion admin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
1 change: 0 additions & 1 deletion intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ void Intel(char plr)
}
} while (i==1 || i==2);

remove_savedat("PORT.TMP"); // remove temp file
music_stop();
}

Expand Down
21 changes: 0 additions & 21 deletions museum.c
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand All @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion os_macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>RiSP</string>
<key>CFBundleVersion</key>
<string>0.4.6.186</string>
<string>0.4.6.187</string>
<key>NSMainNibFile</key>
<string>SDLMain</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion version.c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
186
187

0 comments on commit f0d2845

Please sign in to comment.