1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

fixed not reseting mstretch correctly

This commit is contained in:
Zeno Rogue 2020-08-23 00:11:19 +02:00
parent b5924ccc5c
commit 6c99b70f16

View File

@ -2899,6 +2899,7 @@ EX namespace nisot {
PHASEFROM(2);
auto& M = stretch::m_atoi;
M = Id;
stretch::enable_mstretch();
while(true) {
shift();
string s = args();