Removed some old comments

This commit is contained in:
Blixibon
2021-04-22 11:23:08 -05:00
parent c5ed394330
commit 4a07831c1a
3 changed files with 2 additions and 10 deletions

View File

@@ -212,7 +212,6 @@ typedef unsigned short ucs2;
#endif
#ifdef MAPBASE
// I'm using ThreeState_t a lot more now and I'm tired of typing this out so much.
#define TO_THREESTATE(num) static_cast<ThreeState_t>(num)
#endif