Skip to content

Commit

Permalink
API: Bumped the map edit API to version 2 (1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Apr 12, 2013
1 parent 657716b commit c5be353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/api/apis.h
Expand Up @@ -96,7 +96,8 @@ enum {
DE_API_MAP = DE_API_MAP_v2,

DE_API_MAP_EDIT_v1 = 1200, // 1.10
DE_API_MAP_EDIT = DE_API_MAP_EDIT_v1,
DE_API_MAP_EDIT_v2 = 1201, // 1.11
DE_API_MAP_EDIT = DE_API_MAP_EDIT_v2,

DE_API_MATERIALS_v1 = 1300, // 1.10
DE_API_MATERIALS = DE_API_MATERIALS_v1,
Expand Down

0 comments on commit c5be353

Please sign in to comment.