From 147621be389ef0cae4d230a6c3c119af601448e4 Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 10 Jan 2011 21:53:25 +0100 Subject: [PATCH] COLOR_DIALOG_RADAR --> COLOR_DIALOG_WAYPOINTS --- gfx/menu/default/skinvalues.txt | 2 +- gfx/menu/luminos/skinvalues.txt | 2 +- gfx/menu/xaw/skinvalues.txt | 2 +- qcsrc/menu/skin-customizables.inc | 2 +- qcsrc/menu/xonotic/dialog_multiplayer_playersetup_waypoint.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gfx/menu/default/skinvalues.txt b/gfx/menu/default/skinvalues.txt index 8e0f548a70..b2b0a97008 100755 --- a/gfx/menu/default/skinvalues.txt +++ b/gfx/menu/default/skinvalues.txt @@ -174,7 +174,7 @@ COLOR_DIALOG_USERBIND '1 1 1' COLOR_DIALOG_SINGLEPLAYER '1 1 1' COLOR_DIALOG_CREDITS '1 1 1' COLOR_DIALOG_WEAPONS '1 1 1' -COLOR_DIALOG_RADAR '1 1 1' +COLOR_DIALOG_WAYPOINTS '1 1 1' COLOR_DIALOG_SERVERINFO '1 1 1' COLOR_DIALOG_CVARS '1 0 0' diff --git a/gfx/menu/luminos/skinvalues.txt b/gfx/menu/luminos/skinvalues.txt index 9cb2b59266..21944b67a8 100755 --- a/gfx/menu/luminos/skinvalues.txt +++ b/gfx/menu/luminos/skinvalues.txt @@ -174,7 +174,7 @@ COLOR_DIALOG_USERBIND '1 1 1' COLOR_DIALOG_SINGLEPLAYER '1 1 1' COLOR_DIALOG_CREDITS '1 1 1' COLOR_DIALOG_WEAPONS '1 1 1' -COLOR_DIALOG_RADAR '1 1 1' +COLOR_DIALOG_WAYPOINTS '1 1 1' COLOR_DIALOG_SERVERINFO '1 1 1' COLOR_DIALOG_CVARS '1 0 0' diff --git a/gfx/menu/xaw/skinvalues.txt b/gfx/menu/xaw/skinvalues.txt index 666b971c23..eae123ce79 100644 --- a/gfx/menu/xaw/skinvalues.txt +++ b/gfx/menu/xaw/skinvalues.txt @@ -29,7 +29,7 @@ COLOR_DIALOG_USERBIND '1 1 1' COLOR_DIALOG_SINGLEPLAYER '1 1 1' COLOR_DIALOG_CREDITS '1 1 1' COLOR_DIALOG_WEAPONS '1 1 1' -COLOR_DIALOG_RADAR '1 1 1' +COLOR_DIALOG_WAYPOINTS '1 1 1' COLOR_DIALOG_SERVERINFO '1 1 1' COLOR_DIALOG_CVARS '1 0 0' diff --git a/qcsrc/menu/skin-customizables.inc b/qcsrc/menu/skin-customizables.inc index afea3e752f..8334d41f1e 100644 --- a/qcsrc/menu/skin-customizables.inc +++ b/qcsrc/menu/skin-customizables.inc @@ -62,7 +62,7 @@ SKINBEGIN SKINVECTOR(COLOR_DIALOG_SINGLEPLAYER, '1 1 0.7'); SKINVECTOR(COLOR_DIALOG_CREDITS, '0.7 0.7 1'); SKINVECTOR(COLOR_DIALOG_WEAPONS, '1 0.7 0.7'); - SKINVECTOR(COLOR_DIALOG_RADAR, '0.7 0.7 1'); + SKINVECTOR(COLOR_DIALOG_WAYPOINTS, '0.7 0.7 1'); SKINVECTOR(COLOR_DIALOG_SERVERINFO, '0.7 0.7 1'); SKINVECTOR(COLOR_DIALOG_CVARS, '1 0 0'); diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_waypoint.c b/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_waypoint.c index 935c962889..3a5cc82dce 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_waypoint.c +++ b/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_waypoint.c @@ -4,7 +4,7 @@ CLASS(XonoticWaypointDialog) EXTENDS(XonoticDialog) METHOD(XonoticWaypointDialog, fill, void(entity)) METHOD(XonoticWaypointDialog, showNotify, void(entity)) ATTRIB(XonoticWaypointDialog, title, string, "Waypoints") - ATTRIB(XonoticWaypointDialog, color, vector, SKINCOLOR_DIALOG_RADAR) + ATTRIB(XonoticWaypointDialog, color, vector, SKINCOLOR_DIALOG_WAYPOINTS) ATTRIB(XonoticWaypointDialog, intendedWidth, float, 0.5) ATTRIB(XonoticWaypointDialog, rows, float, 6) ATTRIB(XonoticWaypointDialog, columns, float, 3) -- 2.39.2