add comments

This commit is contained in:
Li 2022-07-08 22:04:38 +12:00
parent 2056d68f44
commit fe308e5005
2 changed files with 2 additions and 6 deletions

View File

@ -18,7 +18,7 @@
<datafile>
<name>UGP.dll</name>
<filename>UGP.dll</filename>
<origname>C:\Users\User\Documents\git\UGP\UGP.gmx\datafiles\UGP.dll</origname>
<origname>C:\Users\User\Documents\git\UGP\UGP.gmx\\\datafiles\UGP.dll</origname>
<exists>-1</exists>
<size>97280</size>
<exportAction>2</exportAction>

View File

@ -35,7 +35,7 @@ new_name = string_replace_all(new_name, " ", "");
start = (string_length(new_name) - 5)+1;
if(version == 6){
if(version == 6){ // For GameMaker 6.0
ename = string_copy(new_name, start, 5);
return external_call(global.generateGM6Key, ename);
}
@ -69,7 +69,3 @@ while(check_blacklist(key)){
}
return key;
return key;