View Single Post
  #2  
Old 05-04-2012, 04:05 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Those values are read from the database but don't appear to be used in the code at all.

Code:
    sp[tempid].pvpresistbase=atoi(row[177]);
    sp[tempid].pvpresistcalc=atoi(row[178]);
    sp[tempid].pvpresistcap=atoi(row[179]);
Those are the only references to those values I saw.
Reply With Quote