summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/box_construct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 58eff2878..08d5999af 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -66,7 +66,7 @@ static const content_type image_types[] = {
CONTENT_JNG,
CONTENT_MNG,
#endif
-#ifdef WITH_SPRITE
+#if defined(WITH_SPRITE) || defined(WITH_NSSPRITE)
CONTENT_SPRITE,
#endif
#ifdef WITH_DRAW