parent
7471f9cdbe
commit
3a541d4b67
|
@ -669,7 +669,7 @@ static bool characterSelectorWindowRenderStats()
|
|||
y += vh;
|
||||
|
||||
value = critterGetStat(gDude, STAT_ENDURANCE);
|
||||
str = statGetName(STAT_PERCEPTION);
|
||||
str = statGetName(STAT_ENDURANCE);
|
||||
|
||||
sprintf(text, "%s %02d", str, value);
|
||||
|
||||
|
|
Loading…
Reference in New Issue