SGDK1.4 : Typo in sample/xgmplayer

SGDK only sub forum

Moderator: Stef

Post Reply
tryphon
Very interested
Posts: 316
Joined: Sat Aug 17, 2013 9:38 pm
Location: France

SGDK1.4 : Typo in sample/xgmplayer

Post by tryphon »

A simple typo left in main.c source code :

line 288 : SPR_initEx(20, 80, 64);
Should be : SPR_initEx(80, 64);

Also, for nitpicking, line 63 : 0x0044, // D - dark yellow
Should be : 0x0044, // E - dark yellow
Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Re: SGDK1.4 : Typo in sample/xgmplayer

Post by Stef »

fixed :p

I didn't updated it since a while (so the problem with the SPR_initEx(..) method)
Post Reply