You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Improve slang, especially in user-visible parts
This commit is contained in:
@@ -115,8 +115,6 @@ typedef enum {
|
||||
GODOT_ERR_HELP, ///< user requested help!!
|
||||
GODOT_ERR_BUG, ///< a bug in the software certainly happened, due to a double check failing or unexpected behavior.
|
||||
GODOT_ERR_PRINTER_ON_FIRE, /// the parallel port printer is engulfed in flames
|
||||
GODOT_ERR_OMFG_THIS_IS_VERY_VERY_BAD, ///< shit happens, has never been used, though
|
||||
GODOT_ERR_WTF = GODOT_ERR_OMFG_THIS_IS_VERY_VERY_BAD ///< short version of the above
|
||||
} godot_error;
|
||||
|
||||
////// bool
|
||||
|
||||
Reference in New Issue
Block a user