My favorites
▼
|
Sign in
jpacman
Randomtower of games code repository
Project Home
Downloads
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
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