- fixed some of those supremely annoying and supremely pointless GCC/Clang compiler warnings.

This commit is contained in:
Christoph Oelckers 2014-09-17 11:03:05 +02:00
commit 92dcf2e5ef
3 changed files with 9 additions and 10 deletions

View file

@ -51,8 +51,8 @@ class FFlatVertexBuffer : public FVertexBuffer
void CheckPlanes(sector_t *sector);
const unsigned int BUFFER_SIZE = 2000000;
const unsigned int BUFFER_SIZE_TO_USE = 1999500;
static const unsigned int BUFFER_SIZE = 2000000;
static const unsigned int BUFFER_SIZE_TO_USE = 1999500;
void ImmRenderBuffer(unsigned int primtype, unsigned int offset, unsigned int count);