changeset 7180 | 53ffc8853008 |
parent 7004 | 45d43f372107 |
child 7235 | baa69bd025d9 |
--- a/QTfrontend/hwform.h Mon Jun 04 08:11:47 2012 -0400 +++ b/QTfrontend/hwform.h Mon Jun 04 21:32:30 2012 +0400 @@ -114,7 +114,7 @@ void GameStateChanged(GameState gameState); void ForcedDisconnect(const QString & reason); void ShowErrorMessage(const QString &); - void GetRecord(bool isDemo, const QByteArray & record); + void GetRecord(RecordType type, const QByteArray & record); void CreateNetGame(); void UpdateWeapons(); void onFrontendFullscreen(bool value);