Quake 4 integrated with DoomRTX

This commit is contained in:
Justin Marshall
2026-05-09 22:10:40 -07:00
parent 8c4a087aa9
commit d37f87e493
436 changed files with 277587 additions and 10254 deletions
+2
View File
@@ -253,6 +253,7 @@ public:
idImage * hashNext; // for hash chains to speed lookup
int useCount;
int refCount; // overall ref count
};
@@ -262,6 +263,7 @@ ID_INLINE idImage::idImage() {
type = TT_DISABLED;
isPartialImage = false;
frameUsed = 0;
useCount = 0;
classification = 0;
backgroundLoadInProgress = false;
bgl.opcode = DLTYPE_FILE;