view Cheat.c @ 59:cd05eee90279

fix code.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Mon, 07 Feb 2011 03:31:18 +0900
parents b31bed246abd
children
line wrap: on
line source

#include "Cheat.h"
#include "object.h"
#include "sgoex.h"
#include "count2.h"

void
cheat()
{
    if (pad[0].l2 > 0) {
        jiki.zanki++;
    }
    if (pad[0].r2 > 0) {
        jiki.muteki = 600;
    }
}