aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_toon/create_toon.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-07-19 10:16:20 -0400
committerMatthew Hoops2011-07-19 10:16:20 -0400
commitb3e6899f900226c4afd44cee68b06453258e1ac8 (patch)
tree76a5f56b6673e208904607d862dece861f462831 /devtools/create_toon/create_toon.h
parentd38fa57d1bff511513bd98db622f9752254283c5 (diff)
downloadscummvm-rg350-b3e6899f900226c4afd44cee68b06453258e1ac8.tar.gz
scummvm-rg350-b3e6899f900226c4afd44cee68b06453258e1ac8.tar.bz2
scummvm-rg350-b3e6899f900226c4afd44cee68b06453258e1ac8.zip
DEVTOOLS: Fix typos and formatting in create_toon
Diffstat (limited to 'devtools/create_toon/create_toon.h')
-rw-r--r--devtools/create_toon/create_toon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/devtools/create_toon/create_toon.h b/devtools/create_toon/create_toon.h
index 60b33013f4..b047959215 100644
--- a/devtools/create_toon/create_toon.h
+++ b/devtools/create_toon/create_toon.h
@@ -30,9 +30,9 @@
#define TOON_DAT_VER_MAJ 0 // 1 byte
#define TOON_DAT_VER_MIN 3 // 1 byte
-// Number of Variante of the game. For the moment, it's the same
-// than the number of languages
-#define NUM_VARIANTE 5
+// Number of variants of the game. For the moment, it's the same
+// as the number of languages
+#define NUM_VARIANTS 5
typedef unsigned char uint8;
typedef unsigned char byte;