freebsd-ports/games/alex4/files/patch-shooter.h
Matthew Seaman 7a4bf7c495 In the latest installment of the series Alex travels through the jungle
in search of his kidnapped girlfriend. Plenty of classic platforming
in four nice colors guaranteed!

WWW: http://allegator.sourceforge.net/

PR:		208664
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
2016-06-18 14:49:52 +00:00

20 lines
425 B
C

--- shooter.h.orig 2016-06-14 16:25:53 UTC
+++ shooter.h
@@ -83,8 +83,8 @@ typedef struct {
int difficulty;
// player related
- long unsigned int score;
- long unsigned int show_score;
+ unsigned int score;
+ unsigned int show_score;
int lives;
int power_gauge;
int power_level;
@@ -118,4 +118,4 @@ typedef struct {
int start_shooter(Tcontrol *c, int with_sound);
-#endif
\ No newline at end of file
+#endif