mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-29 17:19:38 +00:00
Rename all member variables to follow the style guidelines (prefixed with the 'm') - class CodeBlock
This commit is contained in:
parent
47dbce1499
commit
cf3eb26e6f
6 changed files with 302 additions and 302 deletions
|
|
@ -82,10 +82,10 @@ void StmtNode::addBreakLine(U32 ip)
|
|||
U32 line = CodeBlock::smBreakLineCount * 2;
|
||||
CodeBlock::smBreakLineCount++;
|
||||
|
||||
if(getBreakCodeBlock()->lineBreakPairs)
|
||||
if(getBreakCodeBlock()->mLineBreakPairs)
|
||||
{
|
||||
getBreakCodeBlock()->lineBreakPairs[line] = dbgLineNumber;
|
||||
getBreakCodeBlock()->lineBreakPairs[line+1] = ip;
|
||||
getBreakCodeBlock()->mLineBreakPairs[line] = dbgLineNumber;
|
||||
getBreakCodeBlock()->mLineBreakPairs[line+1] = ip;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue