diff options
Diffstat (limited to 'src/post/goom/goom_tools.h')
-rw-r--r-- | src/post/goom/goom_tools.h | 2 |
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 |