mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-04-19 22:32:53 +00:00
missed one xd
This commit is contained in:
parent
0fd65658ed
commit
d2bc8d3fdc
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -14,8 +14,11 @@
|
|||||||
"vscode-codscript.use_builtin_completionItems": false
|
"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
|
// 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
|
// python script for casing fixes i did
|
||||||
/*
|
/*
|
||||||
|
@ -1372,8 +1372,10 @@ readWpsFromFile( mapname )
|
|||||||
line += fgetarg( f, h );
|
line += fgetarg( f, h );
|
||||||
|
|
||||||
if ( h < argc - 1 )
|
if ( h < argc - 1 )
|
||||||
|
{
|
||||||
line += ",";
|
line += ",";
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if ( !isdefined( line ) || line == "" )
|
if ( !isdefined( line ) || line == "" )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user