diff options
Diffstat (limited to 'progs/demos/ipers.c')
-rw-r--r-- | progs/demos/ipers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/demos/ipers.c b/progs/demos/ipers.c index 76da4c01f13..8993d3fc222 100644 --- a/progs/demos/ipers.c +++ b/progs/demos/ipers.c @@ -85,7 +85,7 @@ initlight(void) static void initdlists(void) { - static slicetable[MAX_LOD][2] = { + static int slicetable[MAX_LOD][2] = { {21, 10}, {18, 9}, {15, 8}, |