mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
remove pointless "BUILD_TYPE" option... external vs. internal client should really be enough
(this also removes some hard-coded Cyan URLs which depended on that option)
This commit is contained in:
@ -1161,7 +1161,7 @@ bool plSimpleStateVariable::ConvertTo(plSimpleVarDescriptor* toVar, bool force )
|
||||
int cnt = toVar->GetCount() ? toVar->GetCount() : fVar.GetCount();
|
||||
|
||||
if (cnt > fVar.GetCount()) {
|
||||
#if BUILD_TYPE == BUILD_TYPE_DEV
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
FATAL("SDL Convert: array size increased, conversion loses data");
|
||||
#endif
|
||||
// Reallocate new memory (destroys existing variable state)
|
||||
|
Reference in New Issue
Block a user