From fdc4edfa9902322ee9792d513ae09f30aa03fbe1 Mon Sep 17 00:00:00 2001 From: David Russo Date: Wed, 10 Jun 2015 16:56:04 +0100 Subject: ZVISION: Correct code style --- engines/zvision/text/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/zvision/text/text.h') diff --git a/engines/zvision/text/text.h b/engines/zvision/text/text.h index d35b90499d..9c170a3816 100644 --- a/engines/zvision/text/text.h +++ b/engines/zvision/text/text.h @@ -59,7 +59,7 @@ public: public: Common::String _fontname; - TextJustification _justification; // 0 - center, 1-left, 2-right + TextJustification _justification; int16 _size; uint8 _red; // 0-255 uint8 _green; // 0-255 -- cgit v1.2.3 From e32385359839f573e7b55c2aba59390a7dd2c7de Mon Sep 17 00:00:00 2001 From: David Russo Date: Wed, 10 Jun 2015 17:17:34 +0100 Subject: ZVISION: Reorganize detection data Migrated static detection data to detection_tables.h and removed the need for detection.h includes. Also edited game option descriptions. --- engines/zvision/text/text.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/zvision/text/text.h') diff --git a/engines/zvision/text/text.h b/engines/zvision/text/text.h index 9c170a3816..5dd872a440 100644 --- a/engines/zvision/text/text.h +++ b/engines/zvision/text/text.h @@ -24,7 +24,6 @@ #ifndef ZVISION_TEXT_H #define ZVISION_TEXT_H -#include "zvision/detection.h" #include "zvision/text/truetype_font.h" #include "zvision/zvision.h" -- cgit v1.2.3