one teensy comment.

no executable changes
This commit is contained in:
Stephen Swaney
2004-10-14 20:51:20 +00:00
parent 78a810d9af
commit 9b82ff3d00

View File

@@ -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");
}
}
}