forked from KolibriOS/kolibrios
kosilka: fix end level
git-svn-id: svn://kolibrios.org@3137 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
48fe4e6287
commit
be097e22f4
@ -99,7 +99,7 @@ void interlevelpause(){ //
|
||||
static int yellow_pal[] = {0xA8A93D,0xBEBF4C,0xD6D856,0xDFE15A,0xECEE5B,
|
||||
0xECEE5B,0xDFE15A,0xD6D856,0xBEBF4C,0xA8A93D};
|
||||
for (int iic=0;iic<240;iic++){
|
||||
kos_WaitForEvent(); //Pause()?
|
||||
kos_WaitForEvent(1); //Pause()?
|
||||
kos_GetKey(tempCode);
|
||||
|
||||
kos_DrawBar(iic*2,0,2,480,yellow_pal[tmpa]);
|
||||
|
Loading…
Reference in New Issue
Block a user