mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:07:41 +00:00
rs_new migration & link CScriptCameraWaypoint, CScriptActorKeyframe
Former-commit-id: 6f33908f35925bdf5807507701c717c5ad69e046
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
T* operator->() { return x0_ptr; }
|
||||
const T* operator->() const { return x0_ptr; }
|
||||
single_ptr(const single_ptr& other) : x0_ptr(other.x0_ptr) { other.x0_ptr = nullptr; }
|
||||
single_ptr& operator=(T* ptr) {
|
||||
single_ptr& operator=(T* const ptr) {
|
||||
delete x0_ptr;
|
||||
x0_ptr = ptr;
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user