Fix initialisation. Somehow l0dables sometimes don't init correctly

This commit is contained in:
Stefan `Sec` Zehl 2011-08-11 09:15:29 +02:00
parent 5fce3b0d39
commit 2d18e75362
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ void ram (void)
int angle;
int scale;
int velocity = 0;
frame_no=0;
while ((inpt = getInputRaw()) != BTN_ENTER)
{