summaryrefslogtreecommitdiff
blob: 3a9b7f2af541798d34982a17dabdde92786ed50e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Bug: https://bugs.gentoo.org/598928

--- a/source.txt
+++ b/source.txt
@@ -13400,13 +13400,13 @@
 
 BRANCH MAIN
 {
-    symbol	'\\207'
+    symbol	static_cast<u8>('\\207')
     welcome	"%U <return> to the main dungeon."
 }
 
 BRANCH TRIDUDE
 {
-    symbol	'\\211'
+    symbol	static_cast<u8>('\\211')
     welcome	"%U <enter> a cave made of metal."
 }