summary refs log tree commit diff
path: root/src/Person.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Person.cpp')
-rw-r--r--src/Person.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Person.cpp b/src/Person.cpp
index 7e0d41c..d02d002 100644
--- a/src/Person.cpp
+++ b/src/Person.cpp
@@ -19,7 +19,7 @@
 
 #include "Person.h"
 
-extern double multiplier;
+extern float multiplier;
 extern unsigned int gSourceID[100];
 extern unsigned int gSampleSet[100];
 extern Animation animation[30];