Patch level : 10.0
Files correlati : agalib.lib Ricompilazione Demo : [ ] Commento : Aggiunto check automatico di righe di sheey che cominciano per X| git-svn-id: svn://10.65.10.50/trunk@17122 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d72700da51
commit
3cd820072d
@ -1431,12 +1431,16 @@ long TArray_sheet::add(
|
||||
// @syntax add(const TToken_string* s)
|
||||
{
|
||||
const long n = _data.add(s);
|
||||
if (n >= 0 && s[0]=='X' && check_enabled())
|
||||
check(n);
|
||||
return n;
|
||||
}
|
||||
|
||||
long TArray_sheet::add(TToken_string* s)
|
||||
{
|
||||
const long n = _data.add(s);
|
||||
if (n >= 0 && (*s)[0]=='X' && check_enabled())
|
||||
check(n);
|
||||
return n;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user