From b3e6899f900226c4afd44cee68b06453258e1ac8 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 19 Jul 2011 10:16:20 -0400 Subject: DEVTOOLS: Fix typos and formatting in create_toon --- devtools/create_toon/create_toon.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devtools/create_toon/create_toon.h') 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; -- cgit v1.2.3