OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:faster
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/tetris/
tetris.h
138
* Shapes fall at a rate
faster
than once per second.
143
* depending on its current value, via the `
faster
' macro below.
144
* The value eventually reaches a limit, and things stop going
faster
,
147
extern long fallrate; /* less than 1 million; smaller =>
faster
*/
148
#define
faster
() (fallrate -= fallrate / 3000)
macro
tetris.h
138
* Shapes fall at a rate
faster
than once per second.
143
* depending on its current value, via the `
faster
' macro below.
144
* The value eventually reaches a limit, and things stop going
faster
,
147
extern long fallrate; /* less than 1 million; smaller =>
faster
*/
148
#define
faster
() (fallrate -= fallrate / 3000)
macro
Completed in 20 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025