How do you manually apply a C++ patch?
Leecher - 08-30-2007 - Contributor - 07-23-2008 Donator - 06-19-2009 My website
In the .patch file look for @@ then some numbers, this specifys what line to go to and what column, then + means add in the code and - is take away the code.
Thanks. + rep