You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-rpg/openglad/files/openglad-0.98-ovfl.patch

12 lines
381 B

--- src/screen.cpp.old 2011-07-23 21:35:34.385063301 +0200
+++ src/screen.cpp 2011-07-23 21:35:59.948063312 +0200
@@ -2383,7 +2383,7 @@
short listsize;
short i;
walker * new_guy;
- char newgrid[12] = "grid.pix"; // default grid
+ char newgrid[13] = "grid.pix"; // default grid
char new_scen_type; // read the scenario type
char oneline[80];
char numlines, tempwidth;