From fcebc2e69a20f86c05edfdd885685a6e384d804d Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Mon, 18 Sep 2017 18:19:08 +0000 Subject: [PATCH] fix prior rev git-svn-id: svn://kolibrios.org@6992 a494cfbc-eb01-0410-851d-a64ba20cac60 --- data/Tupfile.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 1ea2432d61..9c9bf6edac 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -191,9 +191,9 @@ extra_files = { {"kolibrios/games/mun/mun", "common/games/mun/mun"}, {"kolibrios/games/pig/", "common/games/pig/*"}, {"kolibrios/games/soko/", "common/games/soko/*"}, - {"kolibrios/games/the_bus/", PROGS .. "/cmm/the_bus/the_bus/menu.png"}, - {"kolibrios/games/the_bus/", PROGS .. "/cmm/the_bus/the_bus/objects.png"}, - {"kolibrios/games/the_bus/", PROGS .. "/cmm/the_bus/the_bus/road.png"}, + {"kolibrios/games/the_bus/menu.png", PROGS .. "/cmm/the_bus/the_bus/menu.png"}, + {"kolibrios/games/the_bus/objects.png", PROGS .. "/cmm/the_bus/the_bus/objects.png"}, + {"kolibrios/games/the_bus/road.png", PROGS .. "/cmm/the_bus/the_bus/road.png"}, {"kolibrios/grafx2/fonts/", "common/media/grafx2/fonts/*"}, {"kolibrios/grafx2/scripts/", "common/media/grafx2/scripts/libs/*"}, {"kolibrios/grafx2/scripts/libs/", "common/media/grafx2/scripts/*"},