mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Remove commented printf : %i: Basetex: %s\n
This commit is contained in:
@@ -165,7 +165,6 @@ int line_count = 0;
|
|||||||
mlist[j].basetex = new char[val_len + 1];
|
mlist[j].basetex = new char[val_len + 1];
|
||||||
memcpy(mlist[j].basetex, val, val_len + 1);
|
memcpy(mlist[j].basetex, val, val_len + 1);
|
||||||
++mat_count;
|
++mat_count;
|
||||||
// printf("%i: Basetex: %s\n", j + 1, mlist[j].basetex);
|
|
||||||
++j;
|
++j;
|
||||||
}
|
}
|
||||||
else if(val[0] != 'e' && val[1] != '_' && ((var[0] != 'e' && var[1] != '_') || !strcmp(val, "e_fShininess0"))) {
|
else if(val[0] != 'e' && val[1] != '_' && ((var[0] != 'e' && var[1] != '_') || !strcmp(val, "e_fShininess0"))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user