Skip to content

Commit

Permalink
Fixed|Server: Plugin loading was moved out of platform-specific code
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 7, 2013
1 parent 93a6a7e commit ba855dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/server/src/main_server.cpp
Expand Up @@ -98,7 +98,8 @@ int main(int argc, char** argv)
if(!DD_Win32_Init()) return 1;
#elif UNIX
if(!DD_Unix_Init()) return 1;
#endif
#endif
Plug_LoadAll();

DD_FinishInitializationAfterWindowReady();
}
Expand Down

0 comments on commit ba855dc

Please sign in to comment.