HomeSort by: relevance | last modified time | path
    Searched defs:o_randomize (Results 1 - 2 of 2) sorted by relevancy

  /src/games/sail/
pl_7.c 1271 static bool o_randomize; variable in typeref:typename:bool
1432 "Auto-pick ships: %s", o_randomize ? "ON" : "off");
1513 case 1: o_randomize = !o_randomize; break;
1519 randomize = o_randomize;
1532 o_randomize = randomize;
pl_7.c 1271 static bool o_randomize; variable in typeref:typename:bool
1432 "Auto-pick ships: %s", o_randomize ? "ON" : "off");
1513 case 1: o_randomize = !o_randomize; break;
1519 randomize = o_randomize;
1532 o_randomize = randomize;

Completed in 87 milliseconds