Yet another char cast fix.

This commit is contained in:
jdolan 2013-07-07 10:16:11 -04:00
parent 8910ffc600
commit a6fbf511a2

View file

@ -621,7 +621,7 @@ void MakeBevel( vec3_t vMin, vec3_t vMax ){
}
g_FuncTable.m_pfnCommitPatchHandleToMap( nIndex, pm, "textures/common/caulk" );
g_FuncTable.m_pfnCommitPatchHandleToMap( nIndex, pm, (char *)"textures/common/caulk" );
}
void BuildCornerStairs( vec3_t vMin, vec3_t vMax, int nSteps, const char* mainTexture, const char* riserTex ){