1
0
forked from 0ad/0ad

Removes unnecessary change from [11575]

This was SVN commit r11578.
This commit is contained in:
historic_bruno 2012-04-20 03:01:09 +00:00
parent a99e1236be
commit 4d8ba45375

View File

@ -309,7 +309,6 @@ bool BeginAtlas(const CmdLineArgs& args, const DllLoader& dll)
Atlas_SetConfigDirectory(paths.Config().string().c_str());
// Run the engine loop in a new thread
g_AtlasGameLoop->running = true;
pthread_t engineThread;
pthread_create(&engineThread, NULL, RunEngine, reinterpret_cast<void*>(const_cast<CmdLineArgs*>(&args)));