Branch 'dev-char' is stable, merging into 'dev'

This commit is contained in:
Kayne Ruse
2013-06-24 10:43:39 +10:00
17 changed files with 363 additions and 136 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ void ClientApplication::Init() {
flags);
//initiate the remaining singletons
netUtil->Open(0, sizeof(Packet));
netUtil->Open(0, sizeof(Packet::Packet));
}
void ClientApplication::Proc() {