Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
e3dfdb44
Commit
e3dfdb44
authored
4 years ago
by
Nev3r
Browse files
Options
Downloads
Patches
Plain Diff
Add currently unused auxiliary function.
parent
b690d35a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1097
UDMF: Multitag support
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/taglist.c
+6
-0
6 additions, 0 deletions
src/taglist.c
src/taglist.h
+2
-0
2 additions, 0 deletions
src/taglist.h
with
8 additions
and
0 deletions
src/taglist.c
+
6
−
0
View file @
e3dfdb44
...
...
@@ -111,6 +111,12 @@ static void Taglist_AddToMapthings (const mtag_t tag, const size_t itemid)
tagelems
->
elements
[
tagelems
->
count
-
1
]
=
itemid
;
}
void
Tag_SectorFSet
(
const
size_t
id
,
const
mtag_t
tag
)
{
sector_t
*
sec
=
&
sectors
[
id
];
Tag_FSet
(
&
sec
->
tags
,
tag
);
}
void
Taglist_InitGlobalTables
(
void
)
{
size_t
i
,
j
;
...
...
This diff is collapsed.
Click to expand it.
src/taglist.h
+
2
−
0
View file @
e3dfdb44
...
...
@@ -23,6 +23,8 @@ boolean Tag_Share (const taglist_t* list1, const taglist_t* list2);
boolean
Tag_Compare
(
const
taglist_t
*
list1
,
const
taglist_t
*
list2
);
void
Tag_SectorFSet
(
const
size_t
id
,
const
mtag_t
tag
);
typedef
struct
{
size_t
*
elements
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment