diff options
Diffstat (limited to 'src/ui/ui_local.h')
-rw-r--r-- | src/ui/ui_local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_local.h b/src/ui/ui_local.h index e01f1b8f..48eea7db 100644 --- a/src/ui/ui_local.h +++ b/src/ui/ui_local.h @@ -170,7 +170,7 @@ typedef struct { const char *text; buildable_t buildable; - pClass_t pclass; + class_t pclass; weapon_t weapon; upgrade_t upgrade; } v; |