Also a "FILE * f=fopen" thing keeps freaking adding its self under, like this:
- Code: Select all
NORMAL:
FILE* file = fopen(filename, "r");
IT ADDS this under it, 2 spaces:
- Code: Select all
FILE* file = fopen(filename, "w");
AM I HAUNTED?! O-o?
NORMAL:
FILE* file = fopen(filename, "r");
FILE* file = fopen(filename, "w");
tzoli wrote:I got this kind of error when I tried my random building generator for FreeCity.
The code didn't work for some reason(Didn't change the animation) although it worked 2 mins before.
I exited from GE and after a little time I reentered and everything was perfect although I din't change anything
Users browsing this forum: No registered users and 1 guest