changeset 780:93c6b78abf35

Random uninitalized fixed
author zipi
date Sun, 24 Mar 2013 00:42:55 +0000
parents 2a3fd4d89ec2
children d170f23f70d1
files Random.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Random.cpp	Sun Mar 24 00:33:32 2013 +0000
+++ b/Random.cpp	Sun Mar 24 00:42:55 2013 +0000
@@ -7,7 +7,7 @@
 
 
 
-struct Random *pRnd; // idb
+struct Random *pRnd=new Random(); // idb