Remove last usage of vector
FossilOrigin-Name: 08c9d7b0fa8f592b68069fe2444e016d4a06025d04cae3f8271575cf0763a182
This commit is contained in:
parent
5b200abd87
commit
d25e07085c
7 changed files with 78 additions and 184 deletions
|
@ -262,7 +262,7 @@ blockcopy(block &s)
|
|||
}
|
||||
|
||||
void
|
||||
blockpaste(block &b)
|
||||
blockpaste(const block &b)
|
||||
{
|
||||
sqr *q = (sqr *)((&b) + 1);
|
||||
for (int x = b.x; x < b.xs + b.x; x++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue