
04-14-2012, 05:45 AM
|
Approved Member
|
|
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
|
|
Quote:
Originally Posted by Smokeynz
Just note Kodiak,
There is a syntax error in this line in your example
ISectionFile f = gamePlay.gpCreateSectionFile();
Should be this, capital G
ISectionFile f = GamePlay.gpCreateSectionFile();
|
Corrected, thanks.
|