FreeFalcon / freefalcon-central

A campaign based, multiplayer, open source flight simulator.
http://freefalcon.org/
BSD 2-Clause "Simplified" License
157 stars 99 forks source link

Copyprotection code from former FF Coder #6

Closed PeterMeyer closed 11 years ago

PeterMeyer commented 11 years ago

There are a few lines of code, made by the old Coder Fred Balding (Baldeagle) wich makes some Copyprotection checks,

File: F4find.cpp

    // FF protection
    static int Done = 0;
    sprintf(path, "%s\\sounds\\files.dir", FalconDataDirectory);

Ranger reported me via EMail about this a few month ago.

vinnydiehl commented 11 years ago

Link

The code looks a bit dated, probably okay to kill it?

PeterMeyer commented 11 years ago

Yeah remove it. I hate bs like this.