OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hpoints
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/larn/
monster.c
1174
int
hpoints
, amt2;
local in function:hitm
1200
if ((
hpoints
= hitp[x][y]) <= amt) {
1212
return (
hpoints
);
1214
hitp[x][y] =
hpoints
- amt;
monster.c
1174
int
hpoints
, amt2;
local in function:hitm
1200
if ((
hpoints
= hitp[x][y]) <= amt) {
1212
return (
hpoints
);
1214
hitp[x][y] =
hpoints
- amt;
Completed in 58 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025