summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/src/trv_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/src/trv_main.c')
-rwxr-xr-xapps/graphics/traveler/src/trv_main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/graphics/traveler/src/trv_main.c b/apps/graphics/traveler/src/trv_main.c
index fc9de19f6..7bd02458c 100755
--- a/apps/graphics/traveler/src/trv_main.c
+++ b/apps/graphics/traveler/src/trv_main.c
@@ -222,6 +222,10 @@ int traveler_main(int argc, char *argv[])
world_filename, ret);
}
+ /* Release color mapping tables */
+
+ trv_color_endmapping();
+
/* Set the player's POV in the new world */
trv_pov_reset();