Commit b9b0a6e7 authored by Ma's avatar Ma

Update DataManager.cs

parent c7b90a39
......@@ -425,6 +425,15 @@ namespace ImgGen
{
int y = 15;
if ((data.type & 0x800000) == 0)
{
if ((data.type & 0x1000000) == 0)
{
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++)
{
......@@ -432,6 +441,7 @@ namespace ImgGen
}
y = 12;
}
}
else
{
for (num2 = 0; num2 < (data.level & 0xff); num2++)
......
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