OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startscenario
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/sail/
pl_7.c
1266
static int
startscenario
;
variable in typeref:typename:int
1411
name = (
startscenario
< 0) ?
1412
"not selected" : scene[
startscenario
].name;
1465
startscenario
= -1;
1489
startscenario
= pickscenario(
startscenario
);
1497
if (
startscenario
>= 0) {
1498
game =
startscenario
;
1503
startscenario
= -1;
pl_7.c
1266
static int
startscenario
;
variable in typeref:typename:int
1411
name = (
startscenario
< 0) ?
1412
"not selected" : scene[
startscenario
].name;
1465
startscenario
= -1;
1489
startscenario
= pickscenario(
startscenario
);
1497
if (
startscenario
>= 0) {
1498
game =
startscenario
;
1503
startscenario
= -1;
Completed in 26 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025