Home
last modified time | relevance | path

Searched refs:GMODE_SIMPLE (Results 1 – 13 of 13) sorted by relevance

/dports/games/csmash/csmash-0.6.6/
H A DPracticeSelectView.cpp47 if ( theRC->gmode != GMODE_SIMPLE ) in Redraw()
65 if ( theRC->gmode != GMODE_SIMPLE || in Redraw()
96 if ( theRC->gmode != GMODE_SIMPLE ) in Redraw()
116 if ( theRC->gmode != GMODE_SIMPLE || (rotate%360)%(360/PLAYERS) == 0 ) in Redraw()
H A DBaseView.cpp96 if ( theRC->gmode != GMODE_SIMPLE ) { in Init()
116 if ( theRC->gmode != GMODE_SIMPLE ) { in Init()
128 if ( theRC->gmode == GMODE_SIMPLE ) { in Init()
186 if ( theRC->gmode == GMODE_SIMPLE ) { in RedrawAll()
201 if ( theRC->gmode == GMODE_SIMPLE ) in RedrawAll()
227 if ( theRC->gmode != GMODE_SIMPLE ) in RedrawAll()
231 if ( theRC->gmode != GMODE_SIMPLE ) in RedrawAll()
H A DPlayerSelectView.cpp96 if ( theRC->gmode != GMODE_SIMPLE ) in Redraw()
135 if ( theRC->gmode != GMODE_SIMPLE || in Redraw()
H A DRCFile.cpp65 gmode = GMODE_SIMPLE; in ReadRCFile()
123 if ( gmode == GMODE_SIMPLE ) in WriteRCFile()
H A DFieldView.cpp110 if (theRC->gmode == GMODE_SIMPLE) { in Init()
144 if ( theRC->gmode != GMODE_SIMPLE ) in Redraw()
151 if ( theRC->gmode == GMODE_SIMPLE ) { in Redraw()
424 if ( theRC->gmode != GMODE_SIMPLE ) { in RedrawAlpha()
H A Dttinc.h98 #define GMODE_SIMPLE (1) macro
H A DTrainingSelectView.cpp76 if ( theRC->gmode != GMODE_SIMPLE || in Redraw()
H A DPlayGame.cpp152 if ( theRC->gmode == GMODE_SIMPLE ) in ChangeScore()
H A DPlayerView.cpp207 if ( theRC->gmode == GMODE_SIMPLE ) { in DrawTargetCircle()
454 if ( theRC->gmode == GMODE_SIMPLE ) { in DrawPlayer()
592 if ( theRC->gmode != GMODE_SIMPLE ) in DrawMeter()
H A DHitMark.cpp219 if ( theRC->gmode != GMODE_SIMPLE ) in RedrawAlpha()
H A Dmain.cpp207 theRC->gmode = GMODE_SIMPLE; in main()
H A DHowtoView.cpp241 if ( theRC->gmode != GMODE_SIMPLE ) in RedrawAlpha()
H A DLauncherView.cpp232 if ( theRC->gmode == GMODE_SIMPLE ) { in GraphicsFrame()
382 theRC->gmode = GMODE_SIMPLE; in Toggle()