Home
last modified time | relevance | path

Searched refs:DELAY_ROBBO (Results 1 – 4 of 4) sorted by relevance

/dports/games/gnurobbo/gnurobbo-0.68/gnurobbo/
H A Dboard.h39 #define DELAY_ROBBO (4*SCRL_MULT1) macro
50 #define DELAY_ROBBO_ANIMATE (DELAY_ROBBO / 2)
51 #define DELAY_MAGNET_ATTRACT DELAY_ROBBO /* Was DELAY_ROBBO * 2 but it's the same as Robbo moving: …
61 #define DELAY_ROBBO 4 macro
72 #define DELAY_ROBBO_ANIMATE (DELAY_ROBBO / 2)
73 #define DELAY_MAGNET_ATTRACT DELAY_ROBBO /* Was DELAY_ROBBO * 2 but it's the same as Robbo moving: …
H A Dboard.c2035 robbo.moved = DELAY_ROBBO; in init_robbo()
2131 robbo.moved = DELAY_ROBBO; in move_robbo()
2269 robbo.moved = DELAY_ROBBO; in move_robbo()
2282 robbo.moved = DELAY_ROBBO; /* delay robbo */ in move_robbo()
H A DBugs163 GNU Robbo is attracted to magnets too slowly: DELAY_ROBBO works.
H A Dscreen.c3612 robbostate = DELAY_ROBBO; in show_helpscreen()