------------------------------------------------------------------------ r2061 | hendricks266 | 2011-10-02 00:18:49 -0700 (Sun, 02 Oct 2011) | 2 lines Fix GCC 4.6 out-of-bounds and uninitialized warnings involving bossmove[]. My choice of solution is simply to add an extra set of values duplicating the previous five because doing so would definitely show the user no changes. I could have tinkered with the messy loop where the out-of-bounds references are made but there is no guarantee I could have succeeded or kept compatibility. ------------------------------------------------------------------------