Remove vestiges of old overlay source split
[trunk only]
This commit is contained in:
16
src/dog.c
16
src/dog.c
@@ -5,8 +5,6 @@
|
||||
#include "hack.h"
|
||||
#include "edog.h"
|
||||
|
||||
#ifdef OVLB
|
||||
|
||||
STATIC_DCL int NDECL(pet_type);
|
||||
|
||||
void
|
||||
@@ -443,9 +441,6 @@ long nmv; /* number of moves */
|
||||
else mtmp->mhp += imv;
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
#ifdef OVL2
|
||||
|
||||
/* called when you move to another level */
|
||||
void
|
||||
keepdogs(pets_only)
|
||||
@@ -545,9 +540,6 @@ boolean pets_only; /* true for ascension or final escape */
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* OVL2 */
|
||||
#ifdef OVLB
|
||||
|
||||
void
|
||||
migrate_to_level(mtmp, tolev, xyloc, cc)
|
||||
register struct monst *mtmp;
|
||||
@@ -604,9 +596,6 @@ migrate_to_level(mtmp, tolev, xyloc, cc)
|
||||
mtmp->mx = mtmp->my = 0; /* this implies migration */
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
#ifdef OVL1
|
||||
|
||||
/* return quality of food; the lower the better */
|
||||
/* fungi will eat even tainted food */
|
||||
int
|
||||
@@ -705,9 +694,6 @@ register struct obj *obj;
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* OVL1 */
|
||||
#ifdef OVLB
|
||||
|
||||
struct monst *
|
||||
tamedog(mtmp, obj)
|
||||
register struct monst *mtmp;
|
||||
@@ -901,6 +887,4 @@ struct monst *mtmp;
|
||||
}
|
||||
}
|
||||
|
||||
#endif /* OVLB */
|
||||
|
||||
/*dog.c*/
|
||||
|
||||
Reference in New Issue
Block a user