mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-10 13:01:28 -06:00
Remove this return that was there due to alignment issues
This commit is contained in:
parent
a00848e6b9
commit
d7f5308907
@ -9,7 +9,6 @@
|
||||
namespace wi {
|
||||
|
||||
void CompleteManager::Init() {
|
||||
return;
|
||||
map_.clear();
|
||||
DIR *pdir = opendir(completedir_.c_str());
|
||||
dirent *pdent;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user