did astyle on the source files

This commit is contained in:
2024-07-05 12:14:34 -04:00
parent 74de68cf0d
commit 7919c7dbfe
16 changed files with 46 additions and 423 deletions

View File

@ -24,7 +24,7 @@ enum game_command {game_command_terminate = 0,
attack_northeast, attack_northwest,
attack_southeast, attack_southwest,
up_stairs, down_stairs,
the_world, game_restart,
the_world, game_restart,
game_command_pass, game_command_panic
};