From 9283a1f9a8f98bf329bab32d5f470aa1758d9b4c Mon Sep 17 00:00:00 2001 From: Walter Julius Hennecke Date: Sun, 30 Dec 2012 20:31:31 +0100 Subject: [PATCH] Fixed wrong enum type definition --- Shared/qcommon/gameplaydatabase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/qcommon/gameplaydatabase.h b/Shared/qcommon/gameplaydatabase.h index 1ae1665..44c78ec 100644 --- a/Shared/qcommon/gameplaydatabase.h +++ b/Shared/qcommon/gameplaydatabase.h @@ -39,7 +39,7 @@ typedef enum GameplayValueType VALUE_STRING, VALUE_VECTOR, GAMEPLAY_VALUE_UNSPECIFIED -}; +} GameplayValueType; //------------------------ CLASS ------------------------------- //