summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/include/trv_types.h')
-rw-r--r--apps/graphics/traveler/include/trv_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/graphics/traveler/include/trv_types.h b/apps/graphics/traveler/include/trv_types.h
index 2eb9f2618..3a5fb4247 100644
--- a/apps/graphics/traveler/include/trv_types.h
+++ b/apps/graphics/traveler/include/trv_types.h
@@ -65,6 +65,7 @@
typedef uint8_t trv_pixel_t; /* Width of one pixel in rendering phase */
typedef int16_t trv_coord_t; /* Contains one display coordinate */
+ /* Max world size is +/- 65536/64 = 1024 */
/****************************************************************************
* Public Function Prototypes