Rename some variables

This commit is contained in:
Such Meme, Many Skill
2020-04-01 16:48:36 +02:00
parent 5b32937f8f
commit d0799e3cd1
4 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ int filemenu(menu_entry file){
break;
case FILE_SCRIPT:
//ParseScript(fsutil_getnextloc(currentpath, file.name));
tester(fsutil_getnextloc(currentpath, file.name));
runScript(fsutil_getnextloc(currentpath, file.name));
fsreader_readfolder(currentpath);
break;
case FILE_HEXVIEW: