Minor cleanup
This commit is contained in:
parent
f00b7c4296
commit
9373c59c44
3 changed files with 4 additions and 8 deletions
stdlib
|
@ -21,8 +21,8 @@ const SYS_GOLDCOINNUM = 0x40002;
|
|||
builtin getSystemFlag(flag);
|
||||
builtin setSystemFlag(flag, value);
|
||||
|
||||
function setOnSystemFlag(flag) { setSystemFlag(flag, true); }
|
||||
function setOffSystemFlag(flag) { setSystemFlag(flag, false); }
|
||||
function setOnSystemFlag(flag) { setSystemFlag(flag, true); }
|
||||
function setOffSystemFlag(flag) { setSystemFlag(flag, false); }
|
||||
|
||||
// [arookas] custom utility
|
||||
function incSystemFlag(flag) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue