OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_maxspeed
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/phantasia/
phantstruct.h
80
double
m_maxspeed
; /* maximum speed */
member in struct:monster
setup.c
149
Curmonster.
m_maxspeed
=
fight.c
103
Curmonster.m_speed = MIN(Curmonster.m_speed + 1.0, Curmonster.
m_maxspeed
);
268
Curmonster.
m_maxspeed
= Curmonster.m_o_speed
303
Curmonster.
m_maxspeed
+= 2.0;
581
Curmonster.
m_maxspeed
= Curmonster.m_o_speed;
698
Curmonster.
m_maxspeed
*= 2.0;
926
Curmonster.m_o_speed = Curmonster.
m_maxspeed
= Curmonster.m_speed;
Completed in 12 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025