Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Agdbentures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.8.2.
Show more breadcrumbs
CORSE
Agdbentures
Commits
ca7ac2db
Commit
ca7ac2db
authored
2 years ago
by
BONADA Nathan
Browse files
Options
Downloads
Patches
Plain Diff
fixed show_map func
parent
ee3d6bfc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
engines/map.h
+2
-3
2 additions, 3 deletions
engines/map.h
with
2 additions
and
3 deletions
engines/map.h
+
2
−
3
View file @
ca7ac2db
...
...
@@ -140,9 +140,8 @@ bool has_property(entity_property e, entity_property property);
#endif
#ifdef MAP_ENTITY_STACKING
entity
*
find_category_in_stack
(
map
*
map
,
int
category
,
int
y
,
int
x
);
entity
*
find_property_in_stack
(
map
*
map
,
entity_property
property
,
int
y
,
int
x
);
entity
*
find_category_in_stack
(
map
*
map
,
entity_category
category
,
int
y
,
int
x
);
entity
*
find_property_in_stack
(
map
*
map
,
entity_property
property
,
int
y
,
int
x
);
#endif
#ifdef DEBUG
...
...
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