Standardize todo syntax throughout code.
This commit is contained in:
parent
553e46333b
commit
797cfeca05
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Make world structures accessible to both server and client
|
||||
|
||||
// Define moveable directions
|
||||
// TODO eventually move over to a hash table so players can move through
|
||||
// TODO: eventually move over to a hash table so players can move through
|
||||
// exits defined in the room description like hatch, crack, door, etc.
|
||||
typedef enum { NORTH, EAST, SOUTH, WEST } move_direction;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue