From 6243967f1fac3af8ed3e72790cabed0f79978bdb Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 1 Jul 2025 07:21:10 -0300 Subject: fix `operator=` for `TChannel`, `TParty`, and `THouse` I had focused on copying the `vector` fields for theses structs but, being the copy operator, you need to copy everything over. --- reference/enums.hh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'reference/enums.hh') diff --git a/reference/enums.hh b/reference/enums.hh index 2f95bfb..47d5196 100644 --- a/reference/enums.hh +++ b/reference/enums.hh @@ -8,14 +8,3 @@ enum CHANNEL: int { REALLIFE_CHANNEL=6, HELP_CHANNEL=7 }; - -enum TReaderThreadOrderType: int { - ORDER_TERMINATE=0, - ORDER_LOADSECTOR=1, - ORDER_LOADCHARACTER=2 -}; - -enum TReaderThreadReplyType: int { - REPLY_SECTORDATA=0, - REPLY_CHARACTERDATA=1 -}; -- cgit v1.2.3