fixed #define T spilling

This commit is contained in:
Zeno Rogue 2022-11-04 23:53:34 +01:00
parent 1cbaf36698
commit 16d142711a
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ struct storydata { int s; int e; const char *text; } story[] = {
return;
}
}
#undef T
#endif
string its05(int i) { char buf[64]; sprintf(buf, "%05d", i); return buf; }