Example #1
0
void ST_Ticker(void)
{
  st_clock++;
  st_randomnumber = M_Random();
  ST_updateWidgets();
  st_oldhealth = plyr->health;
}
Example #2
0
void ST_Ticker (void)
{
	st_clock++;
	st_randomnumber = M_Random();
	st_highscore = SC_GetHighScore()->score;
	ST_updateWidgets();
	st_oldhealth = plyr->health;

}
Example #3
0
void ST_Ticker (void)
{
    st_randomnumber = M_Random();
    ST_updateWidgets();
    st_oldhealth = consoleplayer().health;
}
Example #4
0
void ST_Ticker(void)
{
  st_clock++;
  ST_updateWidgets();
  st_oldhealth = plyr->health;
}