1
0
mirror of https://github.com/fumiama/CMoe-Counter.git synced 2026-06-05 02:00:24 +08:00

optimize: sync upstream

This commit is contained in:
源文雨
2025-01-14 23:00:44 +09:00
parent 02f15b1c59
commit 70d2a6f399
4 changed files with 28 additions and 2 deletions

3
cmoe.c
View File

@@ -114,13 +114,14 @@ static void draw(int count, char* theme, uint32_t color) {
if (theme) {
cmp_and_set_type(mbh) else
cmp_and_set_type(r34) else
cmp_and_set_type(r3b) else
cmp_and_set_type(gb) else
cmp_and_set_type(gbh) else
cmp_and_set_type(asl) else
cmp_and_set_type(nix) else
cmp_and_set_type(mbs)
isbigtiny = (
(theme_type == (char**)gb || theme_type == (char**)gbh) |
(theme_type == (char**)gb || theme_type == (char**)gbh || theme_type == (char**)r3b) |
((theme_type == (char**)nix || theme_type == (char**)mbs) << 1) |
((theme_type == (char**)mbs) << 2)
);