mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +00:00
Re-define nil as nullptr, cleaning up some potential issues along the way
This commit is contained in:
@ -333,7 +333,7 @@ uint16_t plCoordinateInterface::GetReasons()
|
||||
|
||||
void plCoordinateInterface::ClearReasons()
|
||||
{
|
||||
fReason = nil;
|
||||
fReason = 0;
|
||||
}
|
||||
|
||||
void plCoordinateInterface::SetLocalToParent(const hsMatrix44& l2p, const hsMatrix44& p2l)
|
||||
|
Reference in New Issue
Block a user