Changeset 851 for trunk/src/uvmat.m
- Timestamp:
- Jan 19, 2015, 9:29:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r847 r851 4522 4522 FileType='civx'; 4523 4523 end 4524 imin=1; 4524 4525 switch FileType 4525 4526 case 'civx' … … 4546 4547 elseif isequal(Civ,4) || isequal(Civ,5) 4547 4548 imax=3; 4548 elseif isequal(Civ,6)%patch24549 elseif Civ==6 %patch2 4549 4550 imax=4; 4550 end 4551 end 4552 menu=menu(1:imax); 4551 else 4552 imax=4;imin=3; 4553 end 4554 end 4555 menu=menu(imin:imax); 4553 4556 4554 4557 %------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.