Skip to content

Commit

Permalink
COMMON: Fix position of kDebugEngineLogic inside DebugChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
vkremianskii authored and DrMcCoy committed Jul 7, 2019
1 parent 208b475 commit 1f1ee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/debugman.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ enum DebugChannel {
kDebugEngineSound , ///< "ESound", engine sound.
kDebugEngineVideo , ///< "EVideo", engine video.
kDebugEngineEvents , ///< "EEvents", engine events.
kDebugEngineScripts , ///< "EScripts", engine scripts.
kDebugEngineLogic , ///< "ELogic", engine game logic.
kDebugEngineScripts , ///< "EScripts", engine scripts.

kDebugActionScript, ///< "GActionScript", actionscript interpreter

Expand Down

0 comments on commit 1f1ee76

Please sign in to comment.