HomeSort by: relevance | last modified time | path
    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