- Fixed: FWarpTexture::MakeTexture must be declared virtual so that

the FWarp2Texture version of it can be called.

SVN r215 (trunk)
This commit is contained in:
Christoph Oelckers 2006-06-23 08:20:08 +00:00
commit 27c00bcb95
2 changed files with 5 additions and 1 deletions

View file

@ -230,7 +230,7 @@ protected:
Span **Spans;
DWORD GenTime;
void MakeTexture (DWORD time);
virtual void MakeTexture (DWORD time);
};
// [GRB] Eternity-like warping