| 789 | } |
| 790 | |
| 791 | void LoadVision(int i) |
| 792 | { |
| 793 | LightListStruct *pVision = &VisionList[i]; |
| 794 | |
| 795 | CopyInt(tbuff, &pVision->_lx); |
| 796 | CopyInt(tbuff, &pVision->_ly); |
| 797 | CopyInt(tbuff, &pVision->_lradius); |
| 798 | CopyInt(tbuff, &pVision->_lid); |
| 799 | CopyInt(tbuff, &pVision->_ldel); |
| 800 | CopyInt(tbuff, &pVision->_lunflag); |
| 801 | CopyInt(tbuff, &pVision->field_18); |
| 802 | CopyInt(tbuff, &pVision->_lunx); |
| 803 | CopyInt(tbuff, &pVision->_luny); |
| 804 | CopyInt(tbuff, &pVision->_lunr); |
| 805 | CopyInt(tbuff, &pVision->_xoff); |
| 806 | CopyInt(tbuff, &pVision->_yoff); |
| 807 | CopyInt(tbuff, &pVision->_lflags); |
| 808 | } |
| 809 | |
| 810 | void LoadPortal(int i) |
| 811 | { |