Пример #1
0
int isRasterDrivenPsid() {
	return ((sIsPSID == 1) && (getCurrentSongSpeed() == 0));
}
Пример #2
0
static void updateTOD() {
	sTodInMillies+= (getCurrentSongSpeed() ? 17 : 20);	
}