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

  /src/games/rogue/
save.c 97 struct rogue_time rt_buf; local in function:save_into_file
161 md_gct(&rt_buf);
162 rt_buf.second += 10; /* allow for some processing time */
163 r_write(fp, &rt_buf, sizeof(rt_buf));
save.c 97 struct rogue_time rt_buf; local in function:save_into_file
161 md_gct(&rt_buf);
162 rt_buf.second += 10; /* allow for some processing time */
163 r_write(fp, &rt_buf, sizeof(rt_buf));

Completed in 24 milliseconds