My favorites | Sign in
Project Home Downloads Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 1 attachment: Clock.java.patch (262 bytes)

1
2
3
4
5
6
7
8
9
10
11
--- trunk/jpacman/src/it/marte/games/pacman/util/Clock.java
+++ trunk/jpacman/src/it/marte/games/pacman/util/Clock.java
@@ -27,7 +27,7 @@
timer += delta;
if (timer >= 1000) {
publicTimer++;
- timer = 0;
+ timer -= 1000;
}
}

Powered by Google Project Hosting