fixed an MSVC warning about unreachable code

This commit is contained in:
Anonymissimus 2011-06-03 21:33:40 +00:00
parent 3a9ee97d77
commit 5101043bd9

View File

@ -830,8 +830,6 @@ static int do_gameloop(int argc, char** argv)
game->play_replay();
}
}
return 0;
}
#ifndef DISABLE_POOL_ALLOC