bcol Catelite merge

This commit is contained in:
Simon 2011-04-19 18:09:36 +01:00
parent d37bd56eb6
commit 743b7dffce

View File

@ -23,6 +23,13 @@ int update_BCOL(UPDATE_FUNC_ARGS) {
parts[i].life = 99;
}
}
if ((r&0xFF)==PT_LAVA && 1>(rand()%500))
{
if (parts[r>>8].ctype == 76) {
parts[r>>8].ctype = 14;
kill_part(i);
}
}
}
return 0;
}