chiark / gitweb /
Fix redrawing of Undead 'done' clues after a resize.
[sgt-puzzles.git] / emccpre.js
index 5231d04e6dbd857a54b4555775b810d3f92d0234..fef83c1e2832c7213fe7c6f4c7874ba519363a45 100644 (file)
@@ -352,8 +352,7 @@ function initPuzzle() {
     // Run the C setup function, passing argv[1] as the fragment
     // identifier (so that permalinks of the form puzzle.html#game-id
     // can launch the specified id).
-    Module.arguments = [location.hash];
-    Module.run();
+    Module.callMain([location.hash]);
 
     // And if we get here with everything having gone smoothly, i.e.
     // we haven't crashed for one reason or another during setup, then