Changeset 73 for trunk/UGame.pas
- Timestamp:
 - Aug 11, 2020, 11:49:21 PM (5 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/UGame.pas (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/UGame.pas
r72 r73 1097 1097 begin 1098 1098 case FSkin of 1099 tsLinear: Result := Value;1099 tsLinear: Result := 1 shl Value; 1100 1100 tsPowerOfTwo: Result := 1 shl Value; 1101 tsAlpha: Result := Value; 1102 else Result := Value; 1101 tsAlpha: Result := 1 shl Value; 1102 tsRoman: Result := 1 shl Value; 1103 tsBinary: Result := 1 shl Value; 1104 else Result := 1 shl Value; 1103 1105 end; 1104 1106 end;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  