diff options
Diffstat (limited to 'games/empire/files/patch-ad')
-rw-r--r-- | games/empire/files/patch-ad | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/empire/files/patch-ad b/games/empire/files/patch-ad new file mode 100644 index 000000000000..6e53d48566cb --- /dev/null +++ b/games/empire/files/patch-ad @@ -0,0 +1,9 @@ +--- game.c.orig Sat Sep 18 18:36:29 1999 ++++ game.c Sat Sep 18 18:36:40 1999 +@@ -850,5 +850,5 @@ + cell = mbuf[row_col_loc(r,c)]; + + (void) move (row/row_inc + NUMTOPS, col/col_inc); +- (void) addch ((chtype)cell); ++ (void) addch ((chartype)cell); + } |