From e429fc6073077795431d8fecf18eab4c0c9218b3 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 1 Mar 2011 02:19:58 +0200 Subject: dfxvideo: avoid division like plague --- plugins/dfxvideo/gpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/dfxvideo/gpu.h') diff --git a/plugins/dfxvideo/gpu.h b/plugins/dfxvideo/gpu.h index 663b8b5..1930883 100644 --- a/plugins/dfxvideo/gpu.h +++ b/plugins/dfxvideo/gpu.h @@ -178,6 +178,7 @@ typedef struct RECTTAG typedef struct TWINTAG { PSXRect_t Position; + int xmask, ymask; } TWin_t; ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3