summaryrefslogtreecommitdiff
path: root/src/graphicsvertexes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsvertexes.h')
-rw-r--r--src/graphicsvertexes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphicsvertexes.h b/src/graphicsvertexes.h
index 5b39dfb08..13b7bf0c8 100644
--- a/src/graphicsvertexes.h
+++ b/src/graphicsvertexes.h
@@ -25,6 +25,7 @@
#include "main.h"
#include "graphics.h"
+#include "localconsts.h"
#ifdef USE_OPENGL
#define NO_SDL_GLEXT
@@ -122,7 +123,7 @@ class ImageVertexes
{
public:
ImageVertexes() :
- image(0)
+ image(nullptr)
{
sdl.reserve(30);
#ifdef USE_OPENGL