missed one xd

This commit is contained in:
ineed bots 2023-12-20 17:05:11 -06:00
parent 0fd65658ed
commit d2bc8d3fdc
2 changed files with 6 additions and 1 deletions

View File

@ -14,8 +14,11 @@
"vscode-codscript.use_builtin_completionItems": false
}
// use below to verify no single line blocks with no braces
// $ egrep -ron "^\s*(if|while|for|switch).*\)\s*[\r\n]+\s*[^\s{]" --include \*.gsc ./
// use below to verify array indexing spacing style
// egrep -ron "(\[\S|\S\])" --include \*.gsc ./ | egrep -v "\[\[" | egrep -v "\]\]" | egrep -v "\[\]"
// $ egrep -ron "(\[\S|\S\])" --include \*.gsc ./ | egrep -v "\[\[" | egrep -v "\]\]" | egrep -v "\[\]"
// python script for casing fixes i did
/*

View File

@ -1372,8 +1372,10 @@ readWpsFromFile( mapname )
line += fgetarg( f, h );
if ( h < argc - 1 )
{
line += ",";
}
}
if ( !isdefined( line ) || line == "" )
{