mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
5a6d074e7b
renegade military cyborg fighting your way out of the military base where you were created. PR: ports/61863 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
16 lines
313 B
C++
16 lines
313 B
C++
--- src/engine/game.cc.orig Mon Jun 7 17:20:59 1999
|
|
+++ src/engine/game.cc Sun Jan 25 23:33:14 2004
|
|
@@ -93,10 +93,10 @@
|
|
char *demo_filename;
|
|
|
|
struct PlayerData DefaultPData = {
|
|
- {3},
|
|
+ 3,
|
|
{-1, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
|
{1, 0, 0, 0, 0, 0, 0, 0, 0, 0},
|
|
- {300}, {0}
|
|
+ 300, 0
|
|
};
|
|
|
|
|