From da9534fa2cd8b6f19896d0b7423abdfe7e3b4543 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 18 Oct 2014 21:33:11 +0200 Subject: Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is about. Signed-off-by: Haru --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index e70c2e10a..32444b7b6 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -526,7 +526,7 @@ int script_add_str(const char* p) } } if( existingentry ) { - DeprecationWarning2("script_add_str", p, existingentry, script->parser_current_file); // TODO + DeprecationCaseWarning2("script_add_str", p, existingentry, script->parser_current_file); // TODO } #endif // ENABLE_CASE_CHECK -- cgit v1.2.3-70-g09d2