mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
ifdef some Win32 InputCore stuff for plDrawable.
This commit is contained in:
@ -432,18 +432,18 @@ hsBool plVisLOSMgr::CursorCheck(plVisHit& hit)
|
||||
/////////////////////////////////////////////////////////////////
|
||||
|
||||
static plSceneObject* marker = nil;
|
||||
static plPipeline* pipe = nil;
|
||||
static plPipeline* fPipe = nil;
|
||||
|
||||
|
||||
void VisLOSHackBegin(plPipeline* p, plSceneObject* m)
|
||||
{
|
||||
marker = m;
|
||||
pipe = p;
|
||||
fPipe = p;
|
||||
}
|
||||
|
||||
void VisLOSHackPulse()
|
||||
{
|
||||
if( !pipe )
|
||||
if( !fPipe )
|
||||
return;
|
||||
|
||||
plVisHit hit;
|
||||
|
Reference in New Issue
Block a user