X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=ca54210181f34e52b8a9e0c2f17060b985a8a5c9;hb=6dff93b1a6e9b727dbe26747456f4b23efca86da;hp=2ecd30ab6705e1fb77e98d360b2a2bfa76687559;hpb=9666839d0ca6c794d28226a007870c82ef4ddb20;p=l2e.git diff --git a/src/main.cpp b/src/main.cpp index 2ecd30a..ca54210 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -196,8 +196,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; + gameState.capsules[1] = *caster.GetCapsule("flash"); + gameState.capsules[1].UpgradeClass(); + gameState.capsule = &gameState.capsules[1]; GameConfig gameConfig; gameConfig.state = &gameState;