and now: bones.c (for postcommit.pl 1.75)

This commit is contained in:
keni
2011-12-29 22:36:36 +00:00
parent a301d5e0e9
commit 16c0d0ee20

View File

@@ -411,7 +411,7 @@ struct obj *corpse;
if(fd < 0) { if(fd < 0) {
#ifdef WIZARD #ifdef WIZARD
if(wizard) if(wizard)
pline("%s", whynot); pline1(whynot);
#endif #endif
/* bones file creation problems are silent to the player. /* bones file creation problems are silent to the player.
* Keep it that way, but place a clue into the paniclog. * Keep it that way, but place a clue into the paniclog.
@@ -511,7 +511,7 @@ getbones()
oldbonesid, bonesid); oldbonesid, bonesid);
#ifdef WIZARD #ifdef WIZARD
if (wizard) { if (wizard) {
pline("%s", errbuf); pline1(errbuf);
ok = FALSE; /* won't die of trickery */ ok = FALSE; /* won't die of trickery */
} }
#endif #endif