FULLPIPE: Remove copy/paste leftover

This commit is contained in:
Eugene Sandulenko 2016-08-15 10:30:09 +02:00
parent ad68471040
commit da99a44af5

View File

@ -48,7 +48,7 @@ namespace Fullpipe {
enum FullpipeGameFeatures {
};
enum AccessDebugChannels {
enum {
kDebugPathfinding = 1 << 0,
kDebugDrawing = 1 << 1,
kDebugLoading = 1 << 2,