updateMouseBorderControl

This commit is contained in:
2022-06-22 00:08:14 +00:00
parent cee2e30230
commit 736a1982b4
5 changed files with 37 additions and 6 deletions

View File

@@ -159,6 +159,7 @@ class Scenario {
stream.tracePosition();
var townIdx = 0;
// TODO find an end condition for this loop
while (true) {
var name = stream.readCString();
@@ -170,7 +171,10 @@ class Scenario {
towns[townIdx++] = map;
scen.towns[townIdx++] = map;
// TODO don't
break;
}
// 1E274: Fort Talrus (name of town 0)