Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1809 → Rev 1810

/programs/games/piton/c_code.c
1,10 → 1,11
 
#include "kolibri.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
 
#include "gblib.h"
#include "system/kolibri.h"
#include "system/stdlib.h"
#include "system/string.h"
 
#include "system/gblib.h"
 
#include "az3.h"
#include "az4.h"
 
23,7 → 24,7
 
//=====================================
 
char STR_TITLE[] = {"Piton 0.3"};
char STR_TITLE[] = {"Piton 0.3.1"};
 
int mode;
char score[10];
175,7 → 176,7
{
case 0:
gb_bar(&screen, 0, 0, scrw, scrh, 0xbb);
az_puts("Ï È Ò Î Í 0.3", 10, 60);
az_puts("Ï È Ò Î Í 0.3.1", 10, 60);
az_puts("ðåìåéê äëÿ ÎÑ Êîëèáðè", 10, 120);
az_puts("àâòîð: À. Áîãîìàç", 10, 135);
press_space();
203,7 → 204,7
az_puts("Ê Î Í Å Ö È Ã Ð Û", 10, 60);
kol_screen_wait_rr();
kol_paint_image(0, 0, scrw, scrh, screen.bmp);
kol_sleep(120);
kol_sleep(170);
mode = 0;
return;
};
282,7 → 283,7
 
for (;;)
{
kol_sleep(9);
kol_sleep(7);
 
if ( 1 == mode)
{