- Joined
- Mar 19, 2010
- Messages
- 870
Hallo hivers,
first... Happy new Year
Now, my problem, in the test map i wrote a short code snippet which shows my problem. I have a module and a member of it is a struct.
I created 3 instances of the module. After its created, there are 3 instances of the struct (1,2,3 and the values 1,2,3). After a timer delay all 3 instances of the module (1,2,3) has all the value 3 instead of 1,2,3!!! Why? After the creation its all good but after the timer its wrong!
What did I do wrong?
first... Happy new Year
Now, my problem, in the test map i wrote a short code snippet which shows my problem. I have a module and a member of it is a struct.
I created 3 instances of the module. After its created, there are 3 instances of the struct (1,2,3 and the values 1,2,3). After a timer delay all 3 instances of the module (1,2,3) has all the value 3 instead of 1,2,3!!! Why? After the creation its all good but after the timer its wrong!
What did I do wrong?