diff options
Diffstat (limited to 'sdl/pyramid.c')
-rw-r--r-- | sdl/pyramid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sdl/pyramid.c b/sdl/pyramid.c index ff40dff..1e14ebb 100644 --- a/sdl/pyramid.c +++ b/sdl/pyramid.c @@ -14,8 +14,6 @@ * * it might be time to split the code, and make a shader version... * - * ToDo: on linux, update the makefile dependencies, and check out lua-config - * */ #include <SDL/SDL.h> @@ -133,6 +131,7 @@ int main(int argc, char **argv) /* setup client platform */ struct client c; + memset(&c, 0, sizeof(c)); p.c = &c; p.client_init = &client_init; p.client_destroy = &client_destroy; |