view Cheat.c @ 61:e66cab264350

RenderingEngine Task is worked on spe, task_dandy Task is worked on ppe
author yutaka@localhost.localdomain
date Sun, 06 Feb 2011 18:11:30 +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;
    }
}