summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-07 11:02:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-07 11:02:55 -0600
commitbd2d67ba38920d4d731aba447dcebf582a4cacb6 (patch)
tree9b0ef3800141af70cadfceeb2fac5c2c9349bd67 /apps/graphics/traveler/Makefile
parent8691d42c60f47e1727a86c5259deee8b891f4d3f (diff)
downloadnuttx-bd2d67ba38920d4d731aba447dcebf582a4cacb6.tar.gz
nuttx-bd2d67ba38920d4d731aba447dcebf582a4cacb6.tar.bz2
nuttx-bd2d67ba38920d4d731aba447dcebf582a4cacb6.zip
Add range palette table. Completes basic port of the game
Diffstat (limited to 'apps/graphics/traveler/Makefile')
-rw-r--r--apps/graphics/traveler/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/graphics/traveler/Makefile b/apps/graphics/traveler/Makefile
index 7540876c3..516613703 100644
--- a/apps/graphics/traveler/Makefile
+++ b/apps/graphics/traveler/Makefile
@@ -48,7 +48,7 @@ STACKSIZE = 2048
ASRCS =
CSRCS = trv_bitmapfile.c trv_bitmaps.c trv_color.c trv_doors.c
CSRCS += trv_fsutils.c trv_graphicfile.c trv_graphics.c trv_input.c
-CSRCS += trv_mem.c trv_pcx.c trv_planefiles.c trv_planelists.c
+CSRCS += trv_mem.c trv_paltbl.c trv_pcx.c trv_planefiles.c trv_planelists.c
CSRCS += trv_pov.c trv_rayavoid.c trv_raycast.c trv_raycntl.c
CSRCS += trv_rayprune.c trv_rayrend.c trv_texturefile.c trv_trigtbl.c
CSRCS += trv_world.c