Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 330161 | Differences between
and this patch

Collapse All | Expand All

(-)convey.org/main.c (-2 / +2 lines)
Lines 51-57 Link Here
51
FILE *file_ptr;
51
FILE *file_ptr;
52
52
53
53
54
int bpointx,bpointy,pointx,pointy,jug,death,goose,jump,jumpf,blibs,spr[1000][8],leveldone,level,lives,totallevels,blobx[7],bloby[7],blobp[7],score,bak,bok,buk,bik,start,blibo,blibs,die,jumpoo=12,speed=4,arse,highscore;
54
int bpointx,bpointy,pointx,pointy,jug,death,goose,jump,jumpf,blibs,spr[1000][8],leveldone,level,lives,totallevels,blobx[8],bloby[8],blobp[8],score,bak,bok,buk,bik,start,blibo,blibs,die,jumpoo=12,speed=4,arse,highscore;
55
/* Keys */
55
/* Keys */
56
int quit = 0;
56
int quit = 0;
57
int spacebar = 0;
57
int spacebar = 0;
Lines 452-458 Link Here
452
static void info(void)
452
static void info(void)
453
{
453
{
454
  int monkey=70,munk;
454
  int monkey=70,munk;
455
  char scoremonkey[10];
455
  char scoremonkey[16];
456
  if (lives>1) {
456
  if (lives>1) {
457
    for (munk=1 ; munk<lives ; munk++ )
457
    for (munk=1 ; munk<lives ; munk++ )
458
    {
458
    {

Return to bug 330161