PJS: fixed cast-related build warning in glConsole.c

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@157 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-06-13 02:50:41 +00:00
parent 6ba50a404b
commit 4140d59d8d
2 changed files with 1 additions and 1 deletions

View File

@ -801,7 +801,7 @@ int glConsoleDraw( gl_console_t * console) {
//Figure out size of one console unit
other_font->FaceSize(16*(vh/512.0));
other_font->FaceSize((unsigned)(16*(vh/512.0)));
advance=other_font->Advance("W");
other_font->BBox("qpg_XT[",llx,lly,llx,urx,ury,urz);

Binary file not shown.