OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TIMELIMIT
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/larn/
header.h
26
#define
TIMELIMIT
30000
object.c
1280
if (gltime >
TIMELIMIT
) {
1302
if (gltime >
TIMELIMIT
) {
1309
lprintf("your daughter has only %ld mobuls left in this world. It's up to you,\n", (long) ((
TIMELIMIT
- gltime + 99) / 100));
main.c
361
lprintf("\nElapsed time is %ld. You have %ld mobuls left", (long) ((gltime + 99) / 100 + 1), (long) ((
TIMELIMIT
- gltime) / 100));
Completed in 17 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025