- Fix c++11 literal suffix warnings / patch by Edward-san.

This commit is contained in:
Christoph Oelckers 2013-07-22 22:25:44 +02:00
commit db562142f0
9 changed files with 35 additions and 35 deletions

View file

@ -252,7 +252,7 @@ static bool LoadGLVertexes(FileReader * lump)
// GLNodes V1 and V4 are unsupported.
// V1 because the precision is insufficient and
// V4 due to the missing partner segs
Printf("GL nodes v%d found. This format is not supported by "GAMENAME"\n",
Printf("GL nodes v%d found. This format is not supported by " GAMENAME "\n",
(*(int *)gldata == gNd4)? 4:1);
delete [] gldata;