Пример #1
0
void P_Stop(void)
{
	S_StopSong();
	ST_Stop();				/* Release the status bar memory */
	ReleaseMapMemory();		/* Release all the map's memory */
	PurgeLineSpecials();	/* Release the memory for line specials */
}
Пример #2
0
void ST_Start (void)
{

  if (!st_stopped)
    ST_Stop();

  ST_initData();
  ST_createWidgets();
  st_stopped = false;

}