forked from darklegion/tremulous
-
Notifications
You must be signed in to change notification settings - Fork 1
Maybe Bugs
Victor Roemer edited this page Aug 17, 2022
·
1 revision
- Maximum of 1024 shaders?
No, but the hashTable is 1024 columns
- AVI Recordings exist, and they have fixed recordingFPS
UI
- qcommon/parser.cpp
Can only have 64 source files loaded total
#define MAX_SOURCEFILES 64
source_t *sourceFiles[MAX_SOURCEFILES];
- qcommon/common.cpp
Remove/replace this
Z_Malloc
S_Malloc