Commit b9b0a6e7 authored by Ma's avatar Ma

Update DataManager.cs

parent c7b90a39
......@@ -426,11 +426,21 @@ namespace ImgGen
int y = 15;
if ((data.type & 0x800000) == 0)
{
for (num2 = 0; num2 < (data.level & 0xff); num2++)
if ((data.type & 0x1000000) == 0)
{
graphics.DrawImage(bStar[0], 149 - (12 * num2), 0x23, 11, 11);
for (num2 = 0; num2 < (data.level & 0xff); num2++)
{
graphics.DrawImage(bStar[0], 149 - (12 * num2), 0x25, 11, 11);
}
}
else
{
for (num2 = 0; num2 < (data.level & 0xff); num2++)
{
graphics.DrawImage(bStar[0], 149 - (12 * num2), 0x23, 11, 11);
}
y = 12;
}
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment