1
0
Fork 0

Conditionally enable hot for multiplayer models

originally from denk padje alias onox
This commit is contained in:
Torsten Dreyer 2015-04-16 20:58:56 +02:00
parent 93f03f5f2e
commit 0758cfbd65

View file

@ -34,7 +34,7 @@ using std::string;
// #define SG_DEBUG SG_ALERT
FGAIMultiplayer::FGAIMultiplayer() :
FGAIBase(otMultiplayer, false)
FGAIBase(otMultiplayer, fgGetBool("/sim/multiplay/hot", false))
{
no_roll = false;