From 1b43c7731b89d94e8ddf1669b60e2f6c55aeaa66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Sun, 3 May 2015 10:58:43 +0300 Subject: [PATCH] Doom64: Changed name of the Doom64 plugin The plugin is for the Doom 64: Absolution TC by Kaiser and others. It does not represent the original Doom 64 by Midway Software. http://doomwiki.org/wiki/Doom_64_TC --- doomsday/apps/plugins/doom64/src/d_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/apps/plugins/doom64/src/d_api.c b/doomsday/apps/plugins/doom64/src/d_api.c index 73b7fd11aa..281c8aa435 100644 --- a/doomsday/apps/plugins/doom64/src/d_api.c +++ b/doomsday/apps/plugins/doom64/src/d_api.c @@ -68,7 +68,7 @@ int G_RegisterGames(int hookType, int param, void* data) GameDef const doom64Def = { "doom64", CONFIGDIR, - "Doom 64", "Midway Software", + "Doom 64: Absolution", "Kaiser et al.", "", "", "$(App.DataPath)/$(GamePlugin.Name)/doom64.mapinfo" };