From 2eee4c51764d0d73986f2aae64fbaf4c0beeb9c1 Mon Sep 17 00:00:00 2001 From: aap Date: Fri, 8 May 2020 15:59:57 +0200 Subject: most of animation system done; little stuff here and there --- src/core/ColStore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ColStore.h') diff --git a/src/core/ColStore.h b/src/core/ColStore.h index 0d686ffd..8e2a3a70 100644 --- a/src/core/ColStore.h +++ b/src/core/ColStore.h @@ -3,7 +3,7 @@ #include "templates.h" struct ColDef { // made up name - int32 a; + int32 unused; bool isLoaded; CRect bounds; char name[20]; -- cgit v1.2.3