Update DataManager.cpp

This commit is contained in:
Michael Thompson
2017-07-06 12:52:18 -07:00
committed by Jason Watkins
parent 0aa92297bb
commit f3de032a99

View File

@@ -190,8 +190,6 @@ namespace XPC
mdrefs[i][DREF_YokeRoll] = XPLMFindDataRef(multi); mdrefs[i][DREF_YokeRoll] = XPLMFindDataRef(multi);
sprintf(multi, "sim/multiplayer/position/plane%i_yolk_yaw", i); sprintf(multi, "sim/multiplayer/position/plane%i_yolk_yaw", i);
mdrefs[i][DREF_YokeHeading] = XPLMFindDataRef(multi); mdrefs[i][DREF_YokeHeading] = XPLMFindDataRef(multi);
// NOTE: Explore adding another DREF here
} }
// Row 0: Frame Rates // Row 0: Frame Rates