fixes last broken commit

svn-id: r25673
This commit is contained in:
Nicola Mettifogo 2007-02-18 09:29:54 +00:00
parent 03099ec1ca
commit b096586a22

View File

@ -105,7 +105,9 @@ enum {
kDebugWalk = 1 << 1,
kDebugLocation = 1 << 2,
kDebugDialogue = 1 << 3,
kDebugGraphics = 1 << 4
kDebugGraphics = 1 << 4,
kDebugJobs = 1 << 5,
kDebugInput = 1 << 6
};
} // namespace Parallaction