ASA fruit02: Use pre-selected barrel positions and fewer barrels
This should fix some extreme lag issues in this mission due to excessive flame spawns
#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}