HomeSort by: relevance | last modified time | path
    Searched defs:subscript (Results 1 - 1 of 1) sorted by relevancy

  /src/games/phantasia/
main.c 931 int subscript; /* used for subscripting into Stattable */ local in function:genchar
934 subscript = type - '1';
936 if (subscript < C_MAGIC || subscript > C_EXPER)
937 if (subscript != C_SUPER || !Wizard)
939 subscript = C_FIGHTER;
941 statptr = &Stattable[subscript];
957 Player.p_type = subscript;

Completed in 11 milliseconds