From a7e1774d41f6b3f062f16cde5352b400a7585ce8 Mon Sep 17 00:00:00 2001 From: cracker64 Date: Tue, 17 Apr 2012 15:58:12 -0400 Subject: Took wrong update function 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); -- cgit v0.9.2-21-gd62e