From 9fd74b7df2923af2ddc068e45d17c42e915b6464 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 28 Jun 2011 15:21:24 +0100 Subject: [PATCH] Use new font glyph --- includes/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/interface.h b/includes/interface.h index e8bd1013c..471a03bbe 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -38,7 +38,7 @@ static menu_section msections[] = //doshow does not do anything currently. { {"\xC1", "Walls", 0, 1}, {"\xC2", "Electronics", 0, 1}, - {"\xC2", "Powered Materials", 0, 1}, + {"\xD6", "Powered Materials", 0, 1}, {"\xC3", "Explosives", 0, 1}, {"\xC5", "Gasses", 0, 1}, {"\xC4", "Liquids", 0, 1},