X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems%2Fall.qh;h=7290b95a90f1c26c3509198193b8bdb98b4d3060;hb=7ac9ebe0d7ea2238a58288af1c8891103455b5f3;hp=74ca110ef114b0371539d28331bf2d51fa16ebda;hpb=3f19aed0da1ef3afb5eca7bfa53db63d0b98bcc7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/items/all.qh b/qcsrc/common/items/all.qh index 74ca110ef..7290b95a9 100644 --- a/qcsrc/common/items/all.qh +++ b/qcsrc/common/items/all.qh @@ -12,7 +12,7 @@ entity ITEMS[MAX_ITEMS]; } while(0) void RegisterItems(); -void ItemTest(); +void Dump_Items(); #ifdef CSQC void ReadItems()