Skip to content
Commit d34ff9b9 authored by Julian Helfferich's avatar Julian Helfferich
Browse files

In KBlocksAILog::gotoXY(int x, int y) go to y instead of y+1

On the first line of gotoXY, the value of y was incremented. I removed
this increment and instead increased y by one in each call of gotoXY,
often by replacing y++ with ++y.
parent 330c77cb
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