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:
@@ -1,4 +1,4 @@
|
||||
#include "field.h"
|
||||
#include "fied.h"
|
||||
|
||||
#include "io.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define _PLAYER_
|
||||
|
||||
#include "field.h"
|
||||
#include "game_object.h"
|
||||
#include "game_objec.h"
|
||||
|
||||
class Player : public GameObject {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user