mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
I hate accidentally committing test code
git-svn-id: https://svn.eduke32.com/eduke32@1431 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
47a9332a16
commit
aee30d9a58
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int32_t ScanGroups(void)
|
|||
#define BUFFER_SIZE (1024 * 1024 * 8)
|
||||
uint8_t *buf = Bmalloc(BUFFER_SIZE);
|
||||
|
||||
if (!buf || 1)
|
||||
if (!buf)
|
||||
{
|
||||
initprintf("Error allocating %d byte buffer to scan GRPs!\n", BUFFER_SIZE);
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue