X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdemo.c;h=f25610a9c5db35dacdbb886e4556352c0db804f0;hp=518bb539af8250fa56fb36f5c43140fbe9795138;hb=6c5e65928b425dd6a7f5192841e1d4ef9d90789a;hpb=157a4056159e45cd61e9427e126807aaa8bd3d9a diff --git a/src/demo.c b/src/demo.c index 518bb53..f25610a 100644 --- a/src/demo.c +++ b/src/demo.c @@ -19,6 +19,8 @@ unsigned long time_msec; int mouse_x, mouse_y; unsigned int mouse_bmask; +float sball_matrix[] = {1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1}; + static unsigned long nframes; int demo_init(int argc, char **argv)