mirror of
https://github.com/zeldaret/ss
synced 2026-08-12 11:52:22 -04:00
m3d (#13)
* Initial M3d Pass * `m_bmdl` and `m_bline` left --------- Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com> Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
This commit is contained in:
@@ -16,3 +16,9 @@ In order for vtable ordering to match, some classes had to be extracted to a new
|
||||
|
||||
S_StateMethod_c's destructors calls back into another destructors. sStateMethodIf_c follows the example of
|
||||
the other abstract interface classes and provides this dtor.
|
||||
|
||||
## operator== / != return BOOL instead of bool
|
||||
|
||||
We're observing a lot of word-to-bool casts in code after these
|
||||
operators are invoked, and while there are ways to force the conversion,
|
||||
this seems the most reasonable.
|
||||
|
||||
Reference in New Issue
Block a user