Update to latest CreatureLib
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -27,14 +27,14 @@
|
||||
} else { \
|
||||
ctx->PopState(); \
|
||||
} \
|
||||
throw CreatureException(err.str()); \
|
||||
throw ArbUt::Exception(err.str()); \
|
||||
} \
|
||||
if (newContext) { \
|
||||
_ctxPool->ReturnContextToPool(ctx); \
|
||||
} else { \
|
||||
ctx->PopState(); \
|
||||
} \
|
||||
throw CreatureException("Script didn't finish properly; message " + std::to_string(scriptResult)); \
|
||||
throw ArbUt::Exception("Script didn't finish properly; message " + std::to_string(scriptResult)); \
|
||||
} \
|
||||
if (newContext) { \
|
||||
_ctxPool->ReturnContextToPool(ctx); \
|
||||
|
||||
Reference in New Issue
Block a user