mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
fixes last broken commit
svn-id: r25673
This commit is contained in:
parent
03099ec1ca
commit
b096586a22
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user