Initialized last_cycle to 0.

This commit is contained in:
yabause 2007-02-07 07:29:22 +00:00
parent 770fc10126
commit 5face33a2a
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ int Draw() {
int main(int argc, char ** argv) {
static unsigned short keypad = 0;
u32 last_cycle;
u32 last_cycle = 0;
#ifdef DEBUG
LogStart();