These seem to be the only pointer variables that need to be written out to a savegame, but to restore them they need to be turned into indices before saving.
- const-ify most tables in actor.cpp for documentation purposes.
- gVectorData cannot be made const because one single field in there gets modified by code. :?
- save the global data in nnexts.cpp.