Fix for 64-bit env
This commit is contained in:
@@ -406,7 +406,7 @@ class Console
|
|||||||
{
|
{
|
||||||
cc.foreColor = 1;
|
cc.foreColor = 1;
|
||||||
}
|
}
|
||||||
drawCharacter(j, CSRYs[0], cc);
|
drawCharacter(cast(int)j, CSRYs[0], cc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for(int y = 0; y < consoleHeight; y++)
|
for(int y = 0; y < consoleHeight; y++)
|
||||||
|
|||||||
Reference in New Issue
Block a user