Home | History | Annotate | Download | only in phantasia

Lines Matching refs:Curmonster

457 	while (fread((char *) &Curmonster, SZ_MONSTERSTRUCT, 1, Monstfp) == 1)
459 Curmonster.m_name, Curmonster.m_strength, Curmonster.m_brains,
460 Curmonster.m_speed, Curmonster.m_energy, Curmonster.m_experience,
461 Curmonster.m_treasuretype, Curmonster.m_type, Curmonster.m_flock);