Platform modtime, little changes to entergame

This commit is contained in:
Henrique Santiago
2013-03-01 05:08:30 -03:00
parent 120c2b4231
commit e85afd4b63
6 changed files with 28 additions and 5 deletions

View File

@@ -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)