- Changed DArgs to use a TArray of FStrings instead of doing its own string vector management

in preparation for doing GatherFiles the "right" way.

SVN r2183 (trunk)
This commit is contained in:
Randy Heit 2010-03-02 04:51:16 +00:00
commit 5da2885d88
13 changed files with 263 additions and 149 deletions

View file

@ -233,7 +233,7 @@ static void I_SelectTimer()
if (NewTicArrived)
{
UINT delay;
char *cmdDelay;
const char *cmdDelay;
cmdDelay = Args->CheckValue("-timerdelay");
delay = 0;