one teensy comment.
no executable changes
This commit is contained in:
@@ -1844,7 +1844,8 @@ void movetolayer(void)
|
||||
base= FIRSTBASE;
|
||||
while(base) {
|
||||
if TESTBASE(base) {
|
||||
local= base->lay & 0xFF000000;
|
||||
/* upper byte is used for local view */
|
||||
local= base->lay & 0xFF000000;
|
||||
base->lay= lay + local;
|
||||
|
||||
base->object->lay= lay;
|
||||
@@ -8104,4 +8105,4 @@ void mirrormenu(void)
|
||||
BIF_undo_push("Mirror");
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user