mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-09 18:23:00 +00:00
10.0d
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
int backcolor = 0;
|
||||
int bordcolor = 0;
|
||||
int forecolor = 0xFFFFFF;
|
||||
unsigned backcolor = 0;
|
||||
unsigned bordcolor = 0;
|
||||
unsigned forecolor = 0xFFFFFF;
|
||||
|
||||
int utfsize(char c) {
|
||||
unsigned char cu = c;
|
||||
|
||||
Reference in New Issue
Block a user