mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 18:06:07 +00:00
Link 4 script objects & renaming from MPR
Former-commit-id: ac3887c54088adddef1ddd84421e5754a618f210
This commit is contained in:
@@ -79,8 +79,7 @@ public:
|
||||
if (x4_count >= x8_capacity) {
|
||||
reserve(x8_capacity != 0 ? x8_capacity * 2 : 4);
|
||||
}
|
||||
iterator out = begin() + x4_count;
|
||||
out = in;
|
||||
rstl::construct(xc_items + x4_count, in);
|
||||
++x4_count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user