Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/games/alex4/files/patch-shooter.h
16461 views
1
--- shooter.h.orig 2016-06-14 16:25:53 UTC
2
+++ shooter.h
3
@@ -83,8 +83,8 @@ typedef struct {
4
int difficulty;
5
6
// player related
7
- long unsigned int score;
8
- long unsigned int show_score;
9
+ unsigned int score;
10
+ unsigned int show_score;
11
int lives;
12
int power_gauge;
13
int power_level;
14
@@ -118,4 +118,4 @@ typedef struct {
15
int start_shooter(Tcontrol *c, int with_sound);
16
17
18
-#endif
19
\ No newline at end of file
20
+#endif
21
22