From f61fc8ef256f43d1ada47fb5851f8954fea4cdea Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Sun, 1 May 2005 19:26:24 +0000 Subject: - Added installation of game data, install required on *nix systems - Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 0f1f0bdb..7e538346 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -945,7 +945,7 @@ void do_parse() // Warp case 0x0091: memset(map_path, '\0', 480); - strcat(map_path, "data/maps/"); + strcat(map_path, TMW_DATADIR "data/maps/"); strncat(map_path, RFIFOP(2), 497 - strlen(map_path)); logger.log("Warping to %s (%d, %d)", map_path, RFIFOW(18), RFIFOW(20)); -- cgit v1.2.3-70-g09d2