Subversion Repositories Kolibri OS

Rev

Rev 5286 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5286 Rev 5289
Line 414... Line 414...
414
	DrawText (5,370,"redraw technology notes",HeroColor);
414
	DrawText (5,370,"redraw technology notes",HeroColor);
415
	DrawText (5,390,"lines tech works faster but",GLOBAL_FRONTCOLOR);
415
	DrawText (5,390,"lines tech works faster but",GLOBAL_FRONTCOLOR);
416
	DrawText (5,410,"sometimes it can be unstable",GLOBAL_FRONTCOLOR);
416
	DrawText (5,410,"sometimes it can be unstable",GLOBAL_FRONTCOLOR);
417
	DrawText (5,430,"frame tech works slower but stable",GLOBAL_FRONTCOLOR);
417
	DrawText (5,430,"frame tech works slower but stable",GLOBAL_FRONTCOLOR);
Line 418... Line 418...
418
 
418
 
419
	 if (Key=='f') {
419
	 if (Key=='f' && CURRENT_LEVEL<3) {
420
		GAME_TYPE=3;
420
		GAME_TYPE=3;
421
		Panel=1;
421
		Panel=1;
Line 422... Line 422...
422
	}
422
	}