aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Isaiah <isaiah.witzke@gmail.com>2023-05-07 05:29:53 +0200
committer BrickPi <49528459+BrickPi@users.noreply.github.com>2023-05-08 03:05:11 +0200
commit088a6ada0468f0bf73e8b9a5bb92e59ac2739fae (patch)
treecdfc5971514396b408a9e2ec3da53b4156fdeb5f
parent7791a18094efaf62377606a7e5a7cba85a4c7a64 (diff)
adding text to fix mermaid render error
-rw-r--r--docs/general-program-architecture.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/general-program-architecture.md b/docs/general-program-architecture.md
index c37d390..c340f89 100644
--- a/docs/general-program-architecture.md
+++ b/docs/general-program-architecture.md
@@ -18,8 +18,8 @@ UI ->> Player: Display Main Menu
Player ->> UI: Press "New Game" or<br>"Load Game" button
UI ->> Bridge: Begin new Game Session
Bridge ->> Simulation: Start new Game Session
-Simulation -->> Dataloader: Load previous savegame<br>(If necessary)
-Dataloader -->> Simulation:
+Simulation -->> Dataloader: Load previous save game<br>(If necessary)
+Dataloader -->> Simulation: Save game loaded
Simulation ->> Bridge: Provide information necessary<br>for UI and visual elements
Bridge ->> UI: Signal that Game Session<br> is ready for interaction
UI ->> Player: Present to Player