diff options
author | Brian Paul <[email protected]> | 2000-06-27 17:04:43 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-06-27 17:04:43 +0000 |
commit | 02e8a035934a7400d0194687061107bdaa1bba77 (patch) | |
tree | ab0b06c533e6f6fb2d409995f5b01423f29db105 /progs/demos/ipers.c | |
parent | 9e7f9b3e99cf4963e3bc684b5f9fc095be059a82 (diff) |
fixed compiler warnings
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}, |