diff options
-rw-r--r-- | games/chapping/files/patch-game-team.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/chapping/files/patch-game-team.h b/games/chapping/files/patch-game-team.h new file mode 100644 index 000000000000..ed86b97f2598 --- /dev/null +++ b/games/chapping/files/patch-game-team.h @@ -0,0 +1,11 @@ +--- game/team.h.orig 2008-04-16 11:31:25.000000000 +0400 ++++ game/team.h 2013-05-30 21:54:04.534113336 +0400 +@@ -14,7 +14,7 @@ + Team(); + ~Team(); + +- void init(Game::team_t t,const Theme *t); ++ void init(Game::team_t t,const Theme *theme); + void update(); + void shutdown(); + |