Merge pull request #456 from havoclad/main

Fix exception if choice 2 for damage is selected
This commit is contained in:
Jeff Atwood
2022-01-07 20:29:15 -08:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
*.class
*/.vs */.vs
*.suo *.suo

View File

@@ -45,6 +45,8 @@ function tab(space)
// Main program // Main program
async function main() async function main()
{ {
s = 0;
t = 0;
while (1) { while (1) {
print("YOU ARE A PILOT IN A WORLD WAR II BOMBER.\n"); print("YOU ARE A PILOT IN A WORLD WAR II BOMBER.\n");
while (1) { while (1) {