Browse Source

applyGh is overloaded so don't make an empty body.

Frank Zago 16 years ago
parent
commit
938aaac2ca
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lib/NetPacks.h

+ 1 - 2
lib/NetPacks.h

@@ -57,8 +57,7 @@ struct CPackForServer : public CPack
 		c = NULL;
 	};
 
-	bool applyGh(CGameHandler *gh)//called after applying to gs
-	{}; 
+	bool applyGh(CGameHandler *gh);//called after applying to gs
 };