replace ASSERT(0) with useful fail messages
This commit is contained in:
@@ -281,7 +281,7 @@ void ScreenBookkeeping::UpdateView()
|
||||
}
|
||||
break;
|
||||
default:
|
||||
ASSERT(0);
|
||||
FAIL_M(ssprintf("Invalid BookkeepingView: %i", view));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user