Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/wolfwood/AsciiAsciiRevolution
Browse files Browse the repository at this point in the history
  • Loading branch information
LindseyB committed Oct 24, 2010
2 parents a2ff110 + 7b69268 commit 8110ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AAR.d
Expand Up @@ -74,8 +74,8 @@ void drawLevelScreen() {
while(levelS._playing){
clear();
levelS.draw();
Thread.sleep(0.05);
//Thread.sleep(levelS._arrowSect.sleep);
//Thread.sleep(0.05);
Thread.sleep(levelS._arrowSect.sleep);
refresh();
}

Expand Down

0 comments on commit 8110ce4

Please sign in to comment.