mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-04 17:15:53 +00:00
rstl::list constructor fix
Former-commit-id: e44706da59f124f365ac4c2bd9ec1274927e81df
This commit is contained in:
parent
1537d151f4
commit
effb92b485
@ -22,7 +22,8 @@ public:
|
||||
list()
|
||||
: x4_start(reinterpret_cast< node* >(&xc_empty_prev))
|
||||
, x8_end(reinterpret_cast< node* >(&xc_empty_prev))
|
||||
, xc_empty(reinterpret_cast< node* >(&xc_empty_prev), reinterpret_cast< node* >(&xc_empty_prev))
|
||||
, xc_empty_prev(reinterpret_cast< node* >(&xc_empty_prev))
|
||||
, x10_empty_next(reinterpret_cast< node* >(&xc_empty_prev))
|
||||
, x14_count(0) {}
|
||||
~list() {
|
||||
node* cur = x4_start;
|
||||
|
Loading…
x
Reference in New Issue
Block a user