Difference for doc/playbook-html/levels-extract from version 1.1 to 1.2


version 1.1 version 1.2
Line 2
 
Line 2
 BEGIN {  BEGIN {
         # Read the attack-types (and immune/protection)          # Read the attack-types (and immune/protection)
         while ((getline buff < living_c) == 1) {          while ((getline buff < living_c) == 1) {
                 if (buff ~ /static long levels\[/) {                  if (buff ~ /static uint32 levels\[/) {
                         lev = 1;                          lev = 1;
                         while (1) {                          while (1) {
                                 getline buff < living_c;                                  getline buff < living_c;


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:46