This commit is contained in:
Daveo 2001-01-08 21:33:31 +00:00
parent 4561175ce9
commit f3ea84c1ac
5 changed files with 58 additions and 21 deletions

View file

@ -23,8 +23,8 @@ CFG=TexGrab - Win32 Debug
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
# PROP Scc_ProjName ""$/Utils/Libs/TexGrab", WTCAAAAA"
# PROP Scc_LocalPath "."
CPP=cl.exe
RSC=rc.exe

View file

@ -189,7 +189,7 @@ class FileInfo
{return(m_allocateAs16Bit);}
bool getHasMemFrame(void) const
{return(MemFrame.SeeData!=0);}
{return(MemFrame.SeeData()!=NULL);}
Frame const &getMemFrame() const
{return(MemFrame);}