Skip to content

Commit 0be4837

Browse files
authored andcommitted
Updated text adventure.
1 parent f6410a9 commit 0be4837

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

text_adventure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ while input != "exit";
261261
if input != "";
262262
if input == "help";
263263
println "Type name of exit to go to new room.";
264-
int cs = 2;
265264
call printHelp : COMMAND_SIZE, COMMANDS;
266265

267266
break 7;

0 commit comments

Comments
 (0)