1
0

Fix for 64-bit env

This commit is contained in:
otya128
2017-07-04 22:11:36 +09:00
parent 3dc9b4e0e5
commit 9a3c3440de

View File

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