inactivate sudden death if both health decrease and water rise is 0 and lower sudden death turns to 50 again
#include <QtGui/QApplication>
#include "editor.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
editor w;
w.show();
return a.exec();
}