setting the censorship flag max to 5 and some small fixes

This commit is contained in:
Norgus
2018-05-04 18:30:43 +01:00
parent 44c6482eee
commit 28eccb42ed
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
void main()
{
// Max Number for Global Flags hotkey
SetGlobalFlag(GCensorMaxNum , 3);
SetGlobalFlag(GCensorMaxNum , 5);
SetGlobalFlag(GEffectExtendMaxNum , 0);
SetGlobalFlag(GAltBGMflowMaxNum , 0);
SetGlobalFlag(GAltSEflowMaxNum , 0);