#* Tiny style fixes

stable-5.2
Sven Eberhardt 2009-04-21 23:37:44 +02:00
parent 6fa9bae8c6
commit cbf0a82fd0
2 changed files with 2 additions and 2 deletions

View File

@ -484,7 +484,7 @@ public:
//assert(iChars <= strlen(pnData));
Grow(iChars);
Write(pnData, iChars, iSize - iChars - 1);
}
}
void Append(const char *pnData)
{
Append(pnData, strlen(pnData));

View File

@ -106,7 +106,7 @@ class CStdD3D : public CStdDDraw
SHIDX_ColoredFoW = 2,
SHIDX_Size = 4,
};
(CStdD3DShader *)pShaders[SHIDX_Size];
CStdD3DShader *pShaders[SHIDX_Size];
BITMAPINFO sfcBmpInfo; // surface bits as bitmap bits info
bool SceneOpen; // set if a scene has begun
public: