diff -r fb4b0c6dfdbd -r 53ffc8853008 QTfrontend/hwform.h --- 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);