Cube  Diff

Differences From Artifact [ecc3874fd1]:

To Artifact [b565167d7b]:


601
602
603
604
605
606
607
608

609
610
611

612
613
614
615
616
617
618
601
602
603
604
605
606
607

608



609
610
611
612
613
614
615
616







-
+
-
-
-
+








void
newent(OFString *what, OFString *a1, OFString *a2, OFString *a3, OFString *a4)
{
	EDITSEL;
	@autoreleasepool {
		newentity(sel.x, sel.y, (int)player1.o.z, what,
		    (int)[a1 longLongValueWithBase:0],
		    [a1 intValueWithBase:0], [a2 intValueWithBase:0],
		    (int)[a2 longLongValueWithBase:0],
		    (int)[a3 longLongValueWithBase:0],
		    (int)[a4 longLongValueWithBase:0]);
		    [a3 intValueWithBase:0], [a4 intValueWithBase:0]);
	}
}

COMMANDN(select, selectpos, ARG_4INT)
COMMAND(edittag, ARG_1INT)
COMMAND(replace, ARG_NONE)
COMMAND(archvertex, ARG_3INT)