Renamed the Restart scene to CleanUp

This commit is contained in:
Kayne Ruse
2014-06-15 22:39:10 +10:00
parent 5c74ecdd72
commit 618666de43
11 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include <stdexcept>
//DOCS: memset() is used before sending a packet to remove old data; you don't want to send sensitive data over the network
//BUGFIX: memset() is used before sending a packet to remove old data; you don't want to send sensitive data over the network
//NOTE: don't confuse SerialPacket with UDPpacket
void UDPNetworkUtility::Open(int port) {