Changeset 7823 for code/branches/network6/src/orxonox/gamestates/GSRoot.cc
- Timestamp:
- Dec 28, 2010, 4:46:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network6/src/orxonox/gamestates/GSRoot.cc
r7284 r7823 160 160 { 161 161 if (!GameMode::isStandalone()) 162 callStaticNetworkFunction(&TimeFactorListener::setTimeFactor, CLIENTID_UNKNOWN, factor_new);162 callStaticNetworkFunction(&TimeFactorListener::setTimeFactor, NETWORK_PEER_ID_BROADCAST, factor_new); 163 163 } 164 164 }
Note: See TracChangeset
for help on using the changeset viewer.