Fix Killing the Specialists giving you a free turn after killing Desert Eagle with a desert eagle with shot 1-3
#include <QApplication>
#include "mainform.h"
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
MyWindow *mainWin = new MyWindow;
mainWin->show();
return app.exec();
}