From 8060c519a6d0b09c80b51cf97f598cd272db1287 Mon Sep 17 00:00:00 2001 From: Gareth Higgins Date: Sun, 5 Apr 2015 02:36:43 -0400 Subject: Changed occurences of colour to color for consistency --- src/video_core/utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/video_core/utils.h') diff --git a/src/video_core/utils.h b/src/video_core/utils.h index bda793fa5..ffb3e73a3 100644 --- a/src/video_core/utils.h +++ b/src/video_core/utils.h @@ -13,10 +13,10 @@ namespace VideoCore { /// Structure for the TGA texture format (for dumping) struct TGAHeader { char idlength; - char colourmaptype; + char colormaptype; char datatypecode; - short int colourmaporigin; - short int colourmaplength; + short int colormaporigin; + short int colormaplength; short int x_origin; short int y_origin; short width; -- cgit v1.2.3