Subversion Repositories Kolibri OS

Rev

Rev 3132 | Rev 7332 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3132 Rev 3137
Line 97... Line 97...
97
	int tmpa=0;
97
	int tmpa=0;
98
	laststep=0;
98
	laststep=0;
99
	static int yellow_pal[] = {0xA8A93D,0xBEBF4C,0xD6D856,0xDFE15A,0xECEE5B,
99
	static int yellow_pal[] = {0xA8A93D,0xBEBF4C,0xD6D856,0xDFE15A,0xECEE5B,
100
						    0xECEE5B,0xDFE15A,0xD6D856,0xBEBF4C,0xA8A93D};
100
						    0xECEE5B,0xDFE15A,0xD6D856,0xBEBF4C,0xA8A93D};
101
		for (int iic=0;iic<240;iic++){
101
		for (int iic=0;iic<240;iic++){
102
			kos_WaitForEvent(); //Pause()?
102
			kos_WaitForEvent(1); //Pause()?
103
			kos_GetKey(tempCode);
103
			kos_GetKey(tempCode);
Line 104... Line 104...
104
 
104
 
Line 105... Line 105...
105
			kos_DrawBar(iic*2,0,2,480,yellow_pal[tmpa]);
105
			kos_DrawBar(iic*2,0,2,480,yellow_pal[tmpa]);