Game-Editor Creepy Pasta Experience!
Posted: Sat Apr 27, 2013 9:16 am
So I was working on my map editor, right? Suddenly it refuses to work even though I did -NOTHING- to the code! I go to take a look right? Suddenly, a few things are changed, I have no flippin' idea what happened or how/why O-o After raging in atomic confusion, I come back to it and test it again, right? (Not reloading it or anything) and it freaking works and the changed code is back to normal O_O!?
Also a "FILE * f=fopen" thing keeps freaking adding its self under, like this:
IT ADDS this under it, 2 spaces:
AM I HAUNTED?! O-o?
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?