diff options
Diffstat (limited to 'src/elements/nwhl.c')
| -rw-r--r-- | src/elements/nwhl.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/elements/nwhl.c b/src/elements/nwhl.c new file mode 100644 index 0000000..8515542 --- /dev/null +++ b/src/elements/nwhl.c @@ -0,0 +1,6 @@ +#include <element.h> + +int update_NWHL(UPDATE_FUNC_ARGS) { + gravmap[y/CELL][x/CELL] -= 0.1f; + return 0; +} |
