7 lines
105 B
C
7 lines
105 B
C
#include <element.h>
|
|
|
|
int update_NWHL(UPDATE_FUNC_ARGS) {
|
|
gravmap[y/CELL][x/CELL] -= 0.1f;
|
|
return 0;
|
|
}
|