スプライトの回転拡大にSPHOMEが正常に適用されていない問題を修正,整数DIVを追加,その他TECDEMOが動くよう挙動を調整
This commit is contained in:
@@ -45,7 +45,7 @@ class SyntaxError : SmileBasicError
|
||||
this(wstring func)
|
||||
{
|
||||
this();
|
||||
this.message2 = "Undefine function (" ~ func.to!string ~ ")";
|
||||
this.message2 = "Undefined function (" ~ func.to!string ~ ")";
|
||||
}
|
||||
}
|
||||
class IllegalFunctionCall : SmileBasicError
|
||||
|
||||
Reference in New Issue
Block a user