]> git.pond.sub.org Git - empserver/commitdiff
Don't bother giving POGO BTUs in files
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Nov 2011 18:02:56 +0000 (19:02 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 29 Dec 2011 10:47:06 +0000 (11:47 +0100)
Deity's BTUs get reset to maximum on login anyway.

src/util/files.c

index 24f4539b4f9b88065446f75622d6a6613328f437..8cac575dfe0e4dca1db2f8611daf99954c3302a3 100644 (file)
@@ -147,7 +147,6 @@ main(int argc, char *argv[])
     close(creat(annfil, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP));
 
     nat_reset(&nat, 0, "POGO", "peter", STAT_GOD);
     close(creat(annfil, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP));
 
     nat_reset(&nat, 0, "POGO", "peter", STAT_GOD);
-    nat.nat_btu = 255;
     putnat(&nat);
     printf("All praise to %s!\n", nat.nat_cnam);
 
     putnat(&nat);
     printf("All praise to %s!\n", nat.nat_cnam);