X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fveneer.c;h=1e8616cd2a0694d277ace64eba14179e40c0b64f;hb=ee3b3a0cb830792c0569230872a0af20eab8bb7b;hp=ce29ceb566e464cc261c5460417fd202540693c5;hpb=8e63120c630c94c598d4e2d6ba823dac59bce8fa;p=inform.git diff --git a/src/veneer.c b/src/veneer.c index ce29ceb..1e8616c 100644 --- a/src/veneer.c +++ b/src/veneer.c @@ -3,7 +3,7 @@ /* by the compiler (e.g. DefArt) which the program doesn't */ /* provide */ /* */ -/* Part of Inform 6.40 */ +/* Part of Inform 6.41 */ /* copyright (c) Graham Nelson 1993 - 2022 */ /* */ /* Inform is free software: you can redistribute it and/or modify */ @@ -2345,8 +2345,6 @@ extern void compile_veneer(void) { int i, j, try_veneer_again; VeneerRoutine *VRs; - if (module_switch) return; - VRs = (!glulx_mode) ? VRs_z : VRs_g; /* Called at the end of the pass to insert as much of the veneer as is