updated throw_wrongchar(), removoved null parsing, commits cleared
This commit is contained in:
@@ -7,7 +7,7 @@ extern "C" {
|
||||
#include "../base/base.h"
|
||||
|
||||
typedef struct SearchTreeNode{
|
||||
struct SearchTreeNode**** branches; //*STNode[8][8][4]
|
||||
struct SearchTreeNode**** branches; // *STNode[8][8][4]
|
||||
Unitype value;
|
||||
} STNode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user