------------------------------------------------------------------------ r2156 | terminx | 2011-12-07 19:56:38 -0800 (Wed, 07 Dec 2011) | 2 lines Simple one-liner from Robin Green to fix a problem where the menu background tint would sometimes draw over the menu contents ------------------------------------------------------------------------ r2155 | helixhorned | 2011-12-04 13:21:01 -0800 (Sun, 04 Dec 2011) | 6 lines a.m32: New function save_restore_hlsectors, also accessible from the Quote-F menu. If some sectors are highlighted, save their indices. The highlighting of those particular sectors can then be restored at a later time (but careful across structural modifications that tweak sector indices) by running the same function. Shares a 'gamearray' with function 'collect_teleporting_sectors', so the latter will reset this one when run. ------------------------------------------------------------------------