diff options
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h index f4bca3569..9970937a5 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -35,7 +35,7 @@ struct script_data { int num;
char *str;
} u;
- struct linkdb_node** ref; // リファレンス
+ struct linkdb_node** ref;
};
// Moved defsp from script_state to script_stack since
|