diff options
author | Jes <JF@.(none)> | 2009-10-14 18:00:12 +0200 |
---|---|---|
committer | Jes <JF@.(none)> | 2009-10-14 18:00:12 +0200 |
commit | 114fcfcffa49db285dd56312e8bc88e07a1d8cd6 (patch) | |
tree | f7d8c7ba21fc5bad8c657621a0271ff2cfdda11d /VP-map.lua | |
parent | e94c37a627ccd242f63bb08fdb99039c2af58289 (diff) |
Petit ajout dans la map (histoire de tester un commit git au passage...)
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", }, |