Changeset 7495 for code/trunk/src/libraries/network/packet
- Timestamp:
- Sep 28, 2010, 9:48:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/network/packet/FunctionCalls.cc
r7490 r7495 31 31 #include <cassert> 32 32 #include "network/FunctionCall.h" 33 #include "network/FunctionCallManager.h" 33 34 34 35 namespace orxonox { … … 66 67 FunctionCall fctCall; 67 68 fctCall.loadData(temp); 68 fctCall.execute(); 69 if( !fctCall.execute() ) 70 FunctionCallManager::bufferIncomingFunctionCall( fctCall ); 69 71 } 70 72
Note: See TracChangeset
for help on using the changeset viewer.