Made usage of assertions in VM code consistent

https://forum.zdoom.org/viewtopic.php?t=56995
This commit is contained in:
alexey.lysiuk 2017-06-22 09:45:09 +03:00
commit 279b1e27dc
3 changed files with 3 additions and 3 deletions

View file

@ -229,7 +229,7 @@ void VMFillParams(VMValue *params, VMFrame *callee, int numparam)
}
#ifdef _DEBUG
#ifndef NDEBUG
bool AssertObject(void * ob)
{
auto obj = (DObject*)ob;