1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +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:
Christian Walther
2011-04-27 20:52:15 +02:00
parent 868ce660d9
commit 19cd10abd7
4 changed files with 11 additions and 9 deletions

View File

@ -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();