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

  /src/games/battlestar/
command5.c 187 int oldtime; local in function:zzz
193 oldtime = ourtime;
197 for (n = 0; n < ourtime - oldtime; n++)
200 snooze += 3 * (ourtime - oldtime);
202 fuel -= (ourtime - oldtime);

Completed in 12 milliseconds