Synch recent 3.4.2 changes to main trunk
This is merely a synchronization of recent changes for the Macintosh Carbon port, which were committed to the 3.4.2 branch, to the main trunk.
This commit is contained in:
@@ -130,6 +130,10 @@ static int lockptr;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef MAC
|
||||
# define unlink macunlink
|
||||
#endif
|
||||
|
||||
#ifdef USER_SOUNDS
|
||||
extern char *sounddir;
|
||||
#endif
|
||||
|
||||
@@ -128,7 +128,9 @@ mkshop()
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#ifndef MAC
|
||||
gottype:
|
||||
#endif
|
||||
#endif
|
||||
for(sroom = &rooms[0]; ; sroom++){
|
||||
if(sroom->hx < 0) return;
|
||||
|
||||
@@ -484,7 +484,9 @@ const char *ev;
|
||||
void
|
||||
initoptions()
|
||||
{
|
||||
#ifndef MAC
|
||||
char *opts;
|
||||
#endif
|
||||
int i;
|
||||
|
||||
/* initialize the random number generator */
|
||||
|
||||
Reference in New Issue
Block a user