GCOLORの初期値を白にした.GCLSの引数を省略したときGCOLORを使用していたバグを修正
This commit is contained in:
@@ -152,7 +152,7 @@ class PetitComputer
|
||||
bool visibleGRP = true;
|
||||
int showGRP;
|
||||
int useGRP;
|
||||
uint gcolor;
|
||||
uint gcolor = -1;
|
||||
GraphicPage[] GRP;
|
||||
GraphicPage GRPF;
|
||||
GraphicPage[] GRPFColor;
|
||||
|
||||
Reference in New Issue
Block a user