Include curses.

This commit is contained in:
momo5502
2016-01-16 23:48:52 +01:00
parent 340113a366
commit 5a5e149b3a
5 changed files with 30 additions and 3 deletions

View File

@ -78,7 +78,7 @@ namespace Components
}
if(!(i % 2)) command.append(Utils::VA("wait 250;disconnect;wait 750;", mapname)); // Test a disconnect
else command.append(Utils::VA("wait 500;", mapname)); // Test direct map switch
else command.append(Utils::VA("wait 500;", mapname)); // Test direct map switch
command.append(Utils::VA("map %s;", mapname));
i++, current++;