version 1.1 | version 1.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:
|