Add new debug category: gui
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2338 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
a3712c2361
commit
0266477bd9
|
@ -60,6 +60,7 @@ static const char *code_part_names[] = {
|
||||||
"attack",
|
"attack",
|
||||||
"fog",
|
"fog",
|
||||||
"sensor",
|
"sensor",
|
||||||
|
"gui",
|
||||||
"last"
|
"last"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -117,6 +117,7 @@ typedef enum {
|
||||||
LOG_ATTACK,
|
LOG_ATTACK,
|
||||||
LOG_FOG,
|
LOG_FOG,
|
||||||
LOG_SENSOR,
|
LOG_SENSOR,
|
||||||
|
LOG_GUI,
|
||||||
LOG_LAST /* _must_ be last! */
|
LOG_LAST /* _must_ be last! */
|
||||||
} code_part;
|
} code_part;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue