data: fixed issues with errors in incomplete files

* fixed intermediatestorage merges might lose file indexed/complete information
* fixed changing file complete to true only possible if the file has no errors
* fixed clicking show errors for a file where no asociated errors were found showed all errors
This commit is contained in:
Eberhard Graether
2018-06-18 20:31:52 +02:00
parent 009404dd37
commit c4901b6a7f
11 changed files with 91 additions and 28 deletions
@@ -1,4 +1,4 @@
#include "field.h"
#include "fied.h"
#include "io.h"
+1 -1
View File
@@ -2,7 +2,7 @@
#define _PLAYER_
#include "field.h"
#include "game_object.h"
#include "game_objec.h"
class Player : public GameObject {
public: