diff options
Diffstat (limited to 'VP-map.lua')
-rw-r--r-- | VP-map.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,8 +66,8 @@ VP_map = { [ 618] = { dir = "SOUNDS/MISC", ext = "wag" }, [1021] = { dir = "SOUNDS/MISC", ext = "wag" }, - -- unknow file in the middle of gfx bloc - is it an overlay ? - [1490] = { }, + -- main battle overlay + [1490] = { dir = "MAIN/OVERLAY"}, [1824] = { dir = "GFX/MAGIC01", ext = "agx", ftype = "arcgfx", }, [1838] = { dir = "GFX/MAGIC02", ext = "agx", ftype = "arcgfx", }, |