From bdb3cff6fdc8675fd38f26930181ebad8c8bbef5 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 6 Dec 2001 03:40:38 +0000 Subject: Implemented the Progress Bar during Loading. --- src/win95/aw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win95/aw.h') diff --git a/src/win95/aw.h b/src/win95/aw.h index 902d9f4..0a7ac4b 100644 --- a/src/win95/aw.h +++ b/src/win95/aw.h @@ -6,6 +6,7 @@ typedef struct AwBackupTexture * AW_BACKUPTEXTUREHANDLE; typedef struct DIRECTDRAWSURFACE { + unsigned char *buf; int id; int w; @@ -20,7 +21,6 @@ typedef DIRECTDRAWSURFACE DDSurface; typedef struct DIRECT3DTEXTURE { unsigned char *buf; - int id; int w; -- cgit v1.3