mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-05 18:02:24 +00:00
fixed not reseting mstretch correctly
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user