mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Additional CPlayer implementations
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
{
|
||||
if (this->size() < N)
|
||||
{
|
||||
this->push_back(t);
|
||||
this->insert(this->begin(), t);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user