|
From: Alexander H. <ba...@us...> - 2009-04-08 10:15:43
|
Update of /cvsroot/phgstats/phgstats/classes/phgslib In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26406/classes/phgslib Modified Files: phgslib.class.php Log Message: project:igir support Index: phgslib.class.php =================================================================== RCS file: /cvsroot/phgstats/phgstats/classes/phgslib/phgslib.class.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** phgslib.class.php 8 Apr 2009 08:19:36 -0000 1.23 --- phgslib.class.php 8 Apr 2009 10:15:35 -0000 1.24 *************** *** 61,64 **** --- 61,66 ---- var $prvplayers; + var $fixedplayers; + // array: full rules & player data var $rules; *************** *** 91,94 **** --- 93,98 ---- $this->prvplayers = 0; + $this->fixedplayers = 0; + $this->rules = array(); $this->players = array(); *************** *** 145,149 **** case 'opflashr': // Operation Flashpoint Resistance n case 'postal2': // Postal 2 b1 ! case 'project': // Project IGI2: Covert Strike n case 'ut': // Unreal Tournament b case 'ut2003': // UT 2003 n --- 149,153 ---- case 'opflashr': // Operation Flashpoint Resistance n case 'postal2': // Postal 2 b1 ! case 'project': // Project IGI2: Covert Strike b1 case 'ut': // Unreal Tournament b case 'ut2003': // UT 2003 n |