mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
/W4: Fix unreachable code
This commit is contained in:
parent
c2094a68de
commit
2bf86375d7
@ -53,7 +53,6 @@ bool OverlayBase_t::IsDead() const
|
||||
{
|
||||
return m_nOverlayTick < *g_nOverlayTickCount;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -433,8 +433,6 @@ bool CCrashHandler::IsPageAccessible() const
|
||||
{
|
||||
return !(mbi.State & MEM_COMMIT);
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user