Changeset 844

Show
Ignore:
Timestamp:
04/28/08 11:57:51 (4 months ago)
Author:
ajps
Message:

Removal of quickstart's inheritance misfeature.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/birth.c

    r823 r844  
    9191        player->class = p_ptr->pclass; 
    9292        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
    9595        player->sc = p_ptr->sc; 
    96         player->au = p_ptr->au
     96        player->au = p_ptr->au_birth
    9797 
    9898        /* Save the stats */ 
    9999        for (i = 0; i < A_MAX; i++) 
    100100        { 
    101                 player->stat[i] = p_ptr->stat_max[i]; 
     101                player->stat[i] = p_ptr->stat_birth[i]; 
    102102        } 
    103103 
     
    11371137                                if (cmd.command == CMD_BIRTH_CHOICE) 
    11381138                                { 
     1139                                        /* Quickstart chosen. */ 
    11391140                                        if (cmd.params.choice) 
    11401141                                        {