summaryrefslogtreecommitdiff
path: root/games-rpg/openglad/files/openglad-0.98-ovfl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/openglad/files/openglad-0.98-ovfl.patch')
-rw-r--r--games-rpg/openglad/files/openglad-0.98-ovfl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-rpg/openglad/files/openglad-0.98-ovfl.patch b/games-rpg/openglad/files/openglad-0.98-ovfl.patch
new file mode 100644
index 000000000000..8ec89d22559d
--- /dev/null
+++ b/games-rpg/openglad/files/openglad-0.98-ovfl.patch
@@ -0,0 +1,11 @@
+--- a/src/screen.cpp 2011-07-23 21:35:34.385063301 +0200
++++ b/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;