mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-27 05:01:40 +00:00
type color_t should now be consistently used for colors; reimplemented drawqueue in OO fashion
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ void show() {
|
||||
for(int i=0; i<POSSCORE; i++) S.box[i] = savebox[i];
|
||||
S.box[0] = S.box[65];
|
||||
}
|
||||
int col = cur ? 0xFFD500 : 0xC0C0C0;
|
||||
color_t col = cur ? 0xFFD500 : 0xC0C0C0;
|
||||
|
||||
|
||||
rank++;
|
||||
|
||||
Reference in New Issue
Block a user