games/snes: fix extern pic declaration to match reality

front
cinap_lenrek 2014-11-18 17:03:45 +01:00
parent e15d0126ad
commit a28263f7b2
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ screeninit(void)
void
screenproc(void *)
{
extern uchar pic[256*240*2*3];
extern uchar pic[256*239*2*3];
Mouse m;
Point p;