diff options
| author | cracker64 <cracker642@gmail.com> | 2012-04-17 19:58:12 (GMT) |
|---|---|---|
| committer | cracker64 <cracker642@gmail.com> | 2012-04-17 19:58:12 (GMT) |
| commit | a7e1774d41f6b3f062f16cde5352b400a7585ce8 (patch) | |
| tree | 26ef3366d9902920364a35511df559f98309853d | |
| parent | eccf5658d273b0583727781e303d11daf1e446d1 (diff) | |
| download | powder-a7e1774d41f6b3f062f16cde5352b400a7585ce8.zip powder-a7e1774d41f6b3f062f16cde5352b400a7585ce8.tar.gz | |
Took wrong update function
| -rw-r--r-- | includes/powder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/powder.h b/includes/powder.h index cd118e1..f21f142 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -325,7 +325,6 @@ int graphics_WIRE(GRAPHICS_FUNC_ARGS); int graphics_ACEL(GRAPHICS_FUNC_ARGS); int graphics_DCEL(GRAPHICS_FUNC_ARGS); int graphics_GEL(GRAPHICS_FUNC_ARGS); -int graphics_TRON(GRAPHICS_FUNC_ARGS); #define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space, int nt // to call another update function with same arguments: @@ -442,6 +441,7 @@ int update_BANG(UPDATE_FUNC_ARGS); 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_MISC(UPDATE_FUNC_ARGS); int update_legacy_PYRO(UPDATE_FUNC_ARGS); |
