Page 1 of 1

PPC to PC issues

PostPosted: Aug 27, 2007 @ 10:36pm
by Ryumaster
Hi!
I have tried to test how my game code works on PC, and there are some strange things happening. Why do I get every bool variable as true (it is always false be default on ppc when it is initialized) and other variables like int as -842150451? Is it normal or something is wrong?
Another thing is that codes like if (variable == 1) never works no matter is variable really 1 or true, but it works for if (variable != 1) all the times.

PostPosted: Aug 28, 2007 @ 7:54am
by edge