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

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