You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-roguelike/powder/files/powder-117-gcc6.patch

21 lines
354 B

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."
}