mirror of
https://github.com/n64decomp/mk64
synced 2026-06-25 08:42:03 -04:00
clang format (#682)
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com> Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
817979416f
commit
9cb6bf66d5
+1
-6
@@ -336,12 +336,7 @@ enum KART_AI_BEHAVIOURS {
|
||||
BEHAVIOUR_MAX_SPEED
|
||||
};
|
||||
|
||||
enum DIRECTION {
|
||||
NORTH,
|
||||
EAST,
|
||||
SOUTH,
|
||||
WEST
|
||||
};
|
||||
enum DIRECTION { NORTH, EAST, SOUTH, WEST };
|
||||
|
||||
/**
|
||||
* @brief Balloon status
|
||||
|
||||
Reference in New Issue
Block a user