mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 12:19:10 +00:00
Wrap uses of the missing CyPythonIDE with #ifdef HAVE_CYPYTHONIDE
to make things compile, like in H-uru/Plasma.
This commit is contained in:
@ -1619,7 +1619,7 @@ void plClient::ShutdownDLLs()
|
||||
|
||||
hsBool plClient::MainLoop()
|
||||
{
|
||||
#ifndef PLASMA_EXTERNAL_RELEASE
|
||||
#if defined(HAVE_CYPYTHONIDE) && !defined(PLASMA_EXTERNAL_RELEASE)
|
||||
if (PythonInterface::UsePythonDebugger())
|
||||
{
|
||||
PythonInterface::PythonDebugger()->Update();
|
||||
|
Reference in New Issue
Block a user