games/snes: fix extern pic declaration to match reality
This commit is contained in:
parent
e15d0126ad
commit
a28263f7b2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue