Fix BGSCREEN
This commit is contained in:
@@ -136,8 +136,8 @@ class BG
|
|||||||
void screen(int w, int h)
|
void screen(int w, int h)
|
||||||
{
|
{
|
||||||
rot = 0;
|
rot = 0;
|
||||||
scalex = 0;
|
scalex = 1;
|
||||||
scaley = 0;
|
scaley = 1;
|
||||||
homex = 0;
|
homex = 0;
|
||||||
homey = 0;
|
homey = 0;
|
||||||
chipWidth = 16;
|
chipWidth = 16;
|
||||||
|
|||||||
Reference in New Issue
Block a user