Made usage of assertions in VM code consistent
https://forum.zdoom.org/viewtopic.php?t=56995
This commit is contained in:
parent
4229389680
commit
279b1e27dc
3 changed files with 3 additions and 3 deletions
|
|
@ -229,7 +229,7 @@ void VMFillParams(VMValue *params, VMFrame *callee, int numparam)
|
|||
}
|
||||
|
||||
|
||||
#ifdef _DEBUG
|
||||
#ifndef NDEBUG
|
||||
bool AssertObject(void * ob)
|
||||
{
|
||||
auto obj = (DObject*)ob;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue