summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_tools.h
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-12-25 22:24:38 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-12-25 22:24:38 +0000
commit50995cd8f35202c609bc83f7f2709fe412fa7c60 (patch)
tree382ba1f0ec78ff51da35f0aa80d9ceca4bdaf53b /src/post/goom/goom_tools.h
parent35cf5c7af637d1af61cd2a1029cf15e8c8ffa561 (diff)
downloadxine-lib-50995cd8f35202c609bc83f7f2709fe412fa7c60.tar.gz
xine-lib-50995cd8f35202c609bc83f7f2709fe412fa7c60.tar.bz2
made it compile
CVS patchset: 3682 CVS date: 2002/12/25 22:24:38
Diffstat (limited to 'src/post/goom/goom_tools.h')
-rw-r--r--src/post/goom/goom_tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/goom_tools.h b/src/post/goom/goom_tools.h
index d077c0cba..ad646e60d 100644
--- a/src/post/goom/goom_tools.h
+++ b/src/post/goom/goom_tools.h
@@ -23,7 +23,7 @@ extern unsigned short rand_pos ;
rand_tab = 0;
-//#define iRAND(i) ((guint32)((float)i * RAND()/RAND_MAX))
+/* #define iRAND(i) ((guint32)((float)i * RAND()/RAND_MAX)) */
#define iRAND(i) (RAND()%i)
#endif