Skip to content

Commit e63f955

Browse files
committed
feat(data-manager): Fix bug where DMMiscKey overlaps with DMArrayKey
1 parent 1392615 commit e63f955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roulette/manager/DataManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enum DMArrayKey
2020

2121
enum DMMiscKey
2222
{
23-
SAVE_DATA,
23+
SAVE_DATA = 1000,
2424
GD_LIST_ID,
2525
};
2626

0 commit comments

Comments
 (0)