hintbox.h: fix wrong type name

Origin commit data
------------------
Commit: dba1c3d504
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-11-15 (Tue, 15 Nov 2022)
This commit is contained in:
2022-11-15 22:43:21 +01:00
committed by vanhofen
parent 6f0da8014f
commit 5a9d34cfd6

View File

@@ -416,7 +416,7 @@ class CLoaderHint : public CHintBox
paint_bg = enable_bg; paint_bg = enable_bg;
ccw_show_header = true; ccw_show_header = true;
ccw_show_footer = false; ccw_show_footer = false;
cc_item_type.name = "wg.hint"; cc_item_type.name = "wg.loader_hint";
delay = 1; delay = 1;
} }
public: public: