diff -r 97858a6682bb -r 424297e3165a QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Sat Jan 12 17:17:09 2008 +0000 +++ b/QTfrontend/newnetclient.h Sat Jan 12 22:41:03 2008 +0000 @@ -102,7 +102,7 @@ void hhnumChanged(const HWTeam&); void teamColorChanged(const HWTeam&); void chatStringFromNet(const QStringList&); - void ammoChanged(const QString&); + void ammoChanged(const QString& name, const QString& ammo); public slots: void chatLineToNet(const QString& str); @@ -117,7 +117,7 @@ void onFortsModeChanged(bool value); void onHedgehogsNumChanged(const HWTeam& team); void onTeamColorChanged(const HWTeam& team); - void onWeaponsNameChanged(const QString& ammo); + void onWeaponsNameChanged(const QString& name, const QString& ammo); private slots: void ClientRead();