|
![]() |
#1 |
Rookie
Join Date: Jul 2009
Posts: 15
![]() |
Missing the top line in character file dumps.
Hey, I think I found a possible typo in files.c.
Code:
/* Begin dump */ file_putf(fp, " [%s %s Character Dump]\n\n", VERSION_NAME, VERSION_STRING); /* Display player */ display_player(0); /* Dump part of the screen */ - for (y = 2; y < 23; y++) + for (y = 1; y < 23; y++) { /* Dump each row */ for (x = 0; x < 79; x++) { /* Get the attr/char */ (void)(Term_what(x, y, &a, &c)); Code:
[Angband 3.1.0 beta Character Dump] Sex Female Age 104 STR: 10 -1 -5 +0 4 Race Elf Height 54 INT: 10 +2 +3 +0 15 Code:
[Angband 3.1.0 beta Character Dump] Name Weth Self RB CB EB Best Sex Female Age 104 STR: 10 -1 -5 +0 4 Race Elf Height 54 INT: 10 +2 +3 +0 15 |
![]() |
![]() |
![]() |
#2 |
Veteran
Join Date: Apr 2007
Posts: 1,951
Donated: $40
![]() |
Yup, it'll be fixed real soon now, when 3.1.1 is out, which is any hour...
__________________
takkaria whispers something about options. -more- |
![]() |
![]() |
![]() |
#3 |
Rookie
Join Date: Jul 2009
Posts: 15
![]() |
Sorry, has this already been addressed? I just "came home" to Angband and found these forums a few days ago.
![]() |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
rephial.org/play missing? | Orillian | Idle chatter | 2 | March 11, 2009 05:53 |
Missing high scores | ChodTheWacko | Vanilla | 1 | March 25, 2008 05:39 |
successive character dumps | Garrie | Oook! | 1 | February 19, 2008 20:05 |
[Feature Request]: 'g' gets top item from stack | awldune | Vanilla | 0 | December 14, 2007 21:31 |
comment in dumps | AR_chie | Oook! | 8 | August 3, 2007 15:19 |