Changeset 844
- Timestamp:
- 04/28/08 11:57:51 (4 months ago)
- Files:
-
- trunk/src/birth.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/birth.c
r823 r844 91 91 player->class = p_ptr->pclass; 92 92 player->age = p_ptr->age; 93 player->wt = p_ptr->wt ;94 player->ht = p_ptr->ht ;93 player->wt = p_ptr->wt_birth; 94 player->ht = p_ptr->ht_birth; 95 95 player->sc = p_ptr->sc; 96 player->au = p_ptr->au ;96 player->au = p_ptr->au_birth; 97 97 98 98 /* Save the stats */ 99 99 for (i = 0; i < A_MAX; i++) 100 100 { 101 player->stat[i] = p_ptr->stat_ max[i];101 player->stat[i] = p_ptr->stat_birth[i]; 102 102 } 103 103 … … 1137 1137 if (cmd.command == CMD_BIRTH_CHOICE) 1138 1138 { 1139 /* Quickstart chosen. */ 1139 1140 if (cmd.params.choice) 1140 1141 {
