mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-09 11:52:23 +00:00
fixed not reseting mstretch correctly
This commit is contained in:
@@ -2899,6 +2899,7 @@ EX namespace nisot {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
auto& M = stretch::m_atoi;
|
auto& M = stretch::m_atoi;
|
||||||
M = Id;
|
M = Id;
|
||||||
|
stretch::enable_mstretch();
|
||||||
while(true) {
|
while(true) {
|
||||||
shift();
|
shift();
|
||||||
string s = args();
|
string s = args();
|
||||||
|
Reference in New Issue
Block a user