X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=00dfb53dd47f280ed1705905f58300ec78805cca;hb=1120e1144551bfbeea53d910f754f0ca1a43c8f8;hp=70fdb9271fce172e39bfef49951f5ba65a8b8458;hpb=752c53b75078777dde112ebc552c860d8b7cfc28;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index 70fdb92..00dfb53 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -139,7 +139,7 @@ class Game char campaignmapname[50][256]; char campaigndescription[50][256]; int campaignchoosenext[50]; - int campaignnumnext[50]; + int campaignnumnext[50]; // Set this to 0 on final level. As David said: he meant to add story branching, but he eventually hadn't. int campaignnextlevel[50][10]; int campaignlocationx[50]; int campaignlocationy[50];