From e101a6d9dcfd7aeab7b6fd95b2bd8e8e6cdec932 Mon Sep 17 00:00:00 2001 From: Myk Date: Sun, 18 Jun 2023 00:22:30 -0700 Subject: [PATCH] Update Textures.h --- library/include/modules/Textures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/modules/Textures.h b/library/include/modules/Textures.h index 8aa43e5c1..bebd78dc9 100644 --- a/library/include/modules/Textures.h +++ b/library/include/modules/Textures.h @@ -49,7 +49,7 @@ DFHACK_EXPORT long getOnOffTexposStart(); /** * Get the first texpos for the pathable 32x32 sprites. It's a 2x1 grid. */ -DFHACK_EXPORT long getPathableTexposStart(); +DFHACK_EXPORT long getMapPathableTexposStart(); /** * Get the first texpos for the control panel icons. 10x2 grid.