(svn r11832) -Codechange: get rid of (quite) some VARDEFs.

This commit is contained in:
rubidium
2008-01-13 13:36:01 +00:00
parent 86a6268f3e
commit fafab82a31
22 changed files with 111 additions and 62 deletions

View File

@@ -23,6 +23,7 @@
SignID _new_sign_id;
uint _total_signs;
bool _sign_sort_dirty;
/* Initialize the sign-pool */
DEFINE_OLD_POOL_GENERIC(Sign, Sign)