From 150e555953d8efae73d1275e138586c91f655809 Mon Sep 17 00:00:00 2001 From: Benjamin Haisch Date: Wed, 17 Sep 2008 11:01:43 +0000 Subject: TOLTECS: Renamed ybottom to priority --- engines/toltecs/segmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/toltecs/segmap.h') diff --git a/engines/toltecs/segmap.h b/engines/toltecs/segmap.h index a625c84843..7e5150ba4a 100644 --- a/engines/toltecs/segmap.h +++ b/engines/toltecs/segmap.h @@ -83,7 +83,7 @@ public: // for debugging purposes int16 y, x; int16 height, width; int16 maskOffset; - int16 ybottom; + int16 priority; }; struct SegmapPathRect { -- cgit v1.2.3