Searched refs:Curmonster (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/games/phantasia/
H A Dsetup.c51 / GLOBAL INPUTS: Curmonster, _iob[], Databuf[], *Monstfp, Enrgyvoid
53 / GLOBAL OUTPUTS: Curmonster, Databuf[], *Monstfp, Enrgyvoid
147 Curmonster.m_o_strength =
148 Curmonster.m_o_speed =
149 Curmonster.m_maxspeed =
150 Curmonster.m_o_energy =
151 Curmonster.m_melee =
152 Curmonster.m_skirmish = 0.0;
158 &Curmonster.m_strength, &Curmonster
[all...]
H A Dfight.c65 if (Curmonster.m_type == SM_MORGOTH)
69 if (Curmonster.m_type == SM_UNICORN) {
75 Curmonster.m_experience = 0.0;
76 Curmonster.m_treasuretype = 0;
85 Enemyname, Curmonster.m_experience, Circle);
91 if (Curmonster.m_type == SM_DARKLORD
103 Curmonster.m_speed = MIN(Curmonster.m_speed + 1.0, Curmonster.m_maxspeed);
105 if (drandom() * Curmonster
[all...]
H A Dphantglobs.c44 struct monster Curmonster;/* stats for current monster */ variable in typeref:struct:monster
H A Dgamesupport.c457 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
[all...]
H A Dphantglobs.h36 extern struct monster Curmonster;/* stats for current monster */
H A Dmisc.c653 fread((char *) &Curmonster, SZ_MONSTERSTRUCT, 1, Monstfp);
654 strcpy(Curmonster.m_name, Player.p_name);
656 fwrite((char *) &Curmonster, SZ_MONSTERSTRUCT, 1, Monstfp);

Completed in 104 milliseconds