blob: 8ec89d22559d9ec4a7b9c9a60052bbb62a2da3e8 (
plain)
1
2
3
4
5
6
7
8
9
10
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;
|