mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
Platform modtime, little changes to entergame
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
c += (color.g() / 51) * 6;
|
||||
c += (color.b() / 51);
|
||||
return c;
|
||||
};
|
||||
}
|
||||
|
||||
static Color from8bit(int color) {
|
||||
if(color >= 216 || color <= 0)
|
||||
|
Reference in New Issue
Block a user