1
0

Fixed a warning and a complaint about a never-read variable.

This commit is contained in:
archshift
2014-05-11 13:44:30 -07:00
parent e0c56b7522
commit 6c57b38b74
2 changed files with 11 additions and 15 deletions

View File

@@ -243,7 +243,6 @@ void cWorldStorage::Execute(void)
bool Success;
do
{
Success = false;
if (m_ShouldTerminate)
{
return;