mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 09:42:59 +00:00
rewritten undo: part 1
This commit is contained in:
@@ -816,6 +816,7 @@ void addMessageToLog(msginfo& m, vector<msginfo>& log) {
|
||||
EX void clearMessages() { msgs.clear(); }
|
||||
|
||||
EX void addMessage(string s, char spamtype) {
|
||||
LATE( addMessage(s, spamtype); )
|
||||
DEBB(DF_MSG, ("addMessage: ", s));
|
||||
|
||||
msginfo m;
|
||||
|
||||
Reference in New Issue
Block a user