New feature: learning speed

- final version and parameters for e2k9
This commit is contained in:
Enno Rehling 2009-06-03 20:48:03 +00:00
parent 52127ced69
commit 8cdfa37ca4
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ rc_new(const char * zName)
rc->attack[0].type = AT_COMBATSPELL;
rc->attack[1].type = AT_NONE;
rc->speed = 0;
rc->study_speed_base = 0;
return rc;
}