Tools - random number function is now static. Fixed player number issue with network games (GUI player number needs to be 0), this still requires some work.
This commit is contained in:
@@ -26,11 +26,7 @@
|
||||
|
||||
class Tools{
|
||||
public:
|
||||
Tools();
|
||||
|
||||
~Tools();
|
||||
|
||||
void getRandNumber(int, int, int, int*, bool);
|
||||
static void getRandNumber(int, int, int, int*, bool);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user