summaryrefslogtreecommitdiffstats
path: root/trunk/source/monplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/source/monplace.h')
-rw-r--r--trunk/source/monplace.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/trunk/source/monplace.h b/trunk/source/monplace.h
index fc1595ee1e..f2fde75111 100644
--- a/trunk/source/monplace.h
+++ b/trunk/source/monplace.h
@@ -36,7 +36,8 @@
* *********************************************************************** */
int mons_place( int mon_type, char behaviour, int target, bool summoned,
int px, int py, int level_type = LEVEL_DUNGEON,
- int proximity = PROX_ANYWHERE, int extra = 250 );
+ int proximity = PROX_ANYWHERE, int extra = 250,
+ int dur = 0 );
// last updated 12may2000 {dlb}
/* ***********************************************************************
@@ -74,6 +75,7 @@ int summon_any_demon( char demon_class );
* *********************************************************************** */
bool place_monster( int &id, int mon_type, int power, char behaviour,
int target, bool summoned, int px, int py, bool allow_bands,
- int proximity = PROX_ANYWHERE, int extra = 250 );
+ int proximity = PROX_ANYWHERE, int extra = 250,
+ int dur = 0 );
#endif // MONPLACE_H