Skip to content
2 changes: 1 addition & 1 deletion src/CivGame/Game/Segment_11a8.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void F0_11a8_0008_Main()

L0175:
// Instruction address 0x11a8:0x0175, size: 5
this.oParent.Segment_1238.F0_1238_0092();
this.oParent.Segment_1238.F0_1238_0092_GameTurn();

this.oCPU.CMP_UInt16(this.oCPU.ReadUInt16(this.oCPU.DS.Word, 0xdc48), 0x0);
if (this.oCPU.Flags.E) goto L0175;
Expand Down
Loading
Loading