X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=2611a722aeba9b20ebf2431e33606e846be645e8;hb=d71217e2be1466726581146000a0f61620423e9b;hp=8c099918aa5fac8586d88db10ba58e7baef673c5;hpb=11cf419b542070def1d0edaa69d2389ab1ab427b;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 8c09991..2611a72 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -194,6 +194,9 @@ int main(int argc, char **argv) { gameState.party[3] = &gameState.heroes[3]; gameState.partySize = 4; + gameState.capsules[0] = *caster.GetCapsule("flash"); + gameState.capsule = gameState.capsules; + GameConfig gameConfig; gameConfig.state = &gameState; gameConfig.heroesLayout = caster.GetPartyLayout("heroesLayout");