ui: Fixed activating history item from menu showed wrong symbol (issue #572)
* Refactored SearchMatch: removed delimiter, added tokenName * Refactored MessageActivateTokens: removed tokenNames * Restore from SearchMatches from NameHierarchies of tokens
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "field.h"
|
||||
#include "game_object.h"
|
||||
|
||||
|
||||
class Player : public GameObject {
|
||||
public:
|
||||
Player( Field::Token token, const char* name );
|
||||
|
||||
Reference in New Issue
Block a user