New element: Titanium, absorbs some neutrons, acts as a solid wall to air. Move blockair filling into update_particles so it can be used by elements

This commit is contained in:
Simon Robertshaw
2012-05-11 21:02:58 +01:00
parent de6203e049
commit d7fa0b139e
7 changed files with 43 additions and 14 deletions

View File

@@ -219,6 +219,7 @@
#define PT_BOYL 141
#define PT_GEL 142
#define PT_TRON 143
#define PT_TTAN 144
#define OLD_PT_WIND 147
#define PT_H2 148
@@ -464,6 +465,7 @@ int update_IGNT(UPDATE_FUNC_ARGS);
int update_FRAY(UPDATE_FUNC_ARGS);
int update_REPL(UPDATE_FUNC_ARGS);
int update_TRON(UPDATE_FUNC_ARGS);
int update_TTAN(UPDATE_FUNC_ARGS);
int update_MISC(UPDATE_FUNC_ARGS);
int update_legacy_PYRO(UPDATE_FUNC_ARGS);