mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-25 14:43:01 +00:00
fixed #define T spilling
This commit is contained in:
parent
1cbaf36698
commit
16d142711a
@ -271,6 +271,7 @@ struct storydata { int s; int e; const char *text; } story[] = {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#undef T
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
string its05(int i) { char buf[64]; sprintf(buf, "%05d", i); return buf; }
|
string its05(int i) { char buf[64]; sprintf(buf, "%05d", i); return buf; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user