mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-08 02:48:34 +00:00
Add comment.
This commit is contained in:
parent
06688ff4ac
commit
5210b01375
@ -3343,6 +3343,7 @@ static void domethodmap()
|
|||||||
error(108, decltype, mapname);
|
error(108, decltype, mapname);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Ensure the methodmap tag is compatible with |this|.
|
||||||
tok = 0;
|
tok = 0;
|
||||||
for (mapptr = map; mapptr; mapptr = mapptr->parent) {
|
for (mapptr = map; mapptr; mapptr = mapptr->parent) {
|
||||||
if (first_arg->tags[0] == mapptr->tag) {
|
if (first_arg->tags[0] == mapptr->tag) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user