This commit is contained in:
@@ -26,7 +26,7 @@ new_level(struct rogue_state *rs)
|
|||||||
PLACE *pp;
|
PLACE *pp;
|
||||||
char *sp;
|
char *sp;
|
||||||
int i;
|
int i;
|
||||||
|
fprintf(stderr,"newlevel seed.%llu\n",(long long)seed);
|
||||||
player.t_flags &= ~ISHELD; /* unhold when you go down just in case */
|
player.t_flags &= ~ISHELD; /* unhold when you go down just in case */
|
||||||
if (level > max_level)
|
if (level > max_level)
|
||||||
max_level = level;
|
max_level = level;
|
||||||
|
|||||||
Reference in New Issue
Block a user