Remove vestiges of old overlay source split
[trunk only]
This commit is contained in:
11
src/mkroom.c
11
src/mkroom.c
@@ -15,7 +15,6 @@
|
||||
|
||||
#include "hack.h"
|
||||
|
||||
#ifdef OVLB
|
||||
STATIC_DCL boolean FDECL(isbig, (struct mkroom *));
|
||||
STATIC_DCL struct mkroom * FDECL(pick_room,(BOOLEAN_P));
|
||||
STATIC_DCL void NDECL(mkshop), FDECL(mkzoo,(int)), NDECL(mkswamp);
|
||||
@@ -26,14 +25,11 @@ STATIC_DCL struct permonst * NDECL(antholemon);
|
||||
STATIC_DCL struct permonst * NDECL(squadmon);
|
||||
STATIC_DCL void FDECL(save_room, (int,struct mkroom *));
|
||||
STATIC_DCL void FDECL(rest_room, (int,struct mkroom *));
|
||||
#endif /* OVLB */
|
||||
|
||||
#define sq(x) ((x)*(x))
|
||||
|
||||
extern const struct shclass shtypes[]; /* defined in shknam.c */
|
||||
|
||||
#ifdef OVLB
|
||||
|
||||
STATIC_OVL boolean
|
||||
isbig(sroom)
|
||||
register struct mkroom *sroom;
|
||||
@@ -553,9 +549,6 @@ register struct mkroom *sroom;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
#ifdef OVL0
|
||||
|
||||
int
|
||||
somex(croom)
|
||||
register struct mkroom *croom;
|
||||
@@ -656,9 +649,6 @@ schar type;
|
||||
return (struct mkroom *) 0;
|
||||
}
|
||||
|
||||
#endif /* OVL0 */
|
||||
#ifdef OVLB
|
||||
|
||||
struct permonst *
|
||||
courtmon()
|
||||
{
|
||||
@@ -776,6 +766,5 @@ int fd;
|
||||
rooms[nroom].hx = -1; /* restore ending flags */
|
||||
subrooms[nsubroom].hx = -1;
|
||||
}
|
||||
#endif /* OVLB */
|
||||
|
||||
/*mkroom.c*/
|
||||
|
||||
Reference in New Issue
Block a user