Some code formating fixes
svn-id: r29409
This commit is contained in:
parent
fa15952f09
commit
906a423fa7
8 changed files with 219 additions and 431 deletions
|
@ -1401,13 +1401,12 @@ int16 Op_SetObjectAtNode(void) {
|
|||
int16 obj = popVar();
|
||||
int16 ovl = popVar();
|
||||
|
||||
if(!ovl)
|
||||
if (!ovl)
|
||||
ovl = currentScriptPtr->overlayNumber;;
|
||||
|
||||
int nodeInfo[2];
|
||||
|
||||
if(!getNode(nodeInfo, node))
|
||||
{
|
||||
if (!getNode(nodeInfo, node)) {
|
||||
setObjectPosition(ovl, obj, 0, nodeInfo[0]);
|
||||
setObjectPosition(ovl, obj, 1, nodeInfo[1]);
|
||||
setObjectPosition(ovl, obj, 2, nodeInfo[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue