mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +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)
|
#define BUFFER_SIZE (1024 * 1024 * 8)
|
||||||
uint8_t *buf = Bmalloc(BUFFER_SIZE);
|
uint8_t *buf = Bmalloc(BUFFER_SIZE);
|
||||||
|
|
||||||
if (!buf || 1)
|
if (!buf)
|
||||||
{
|
{
|
||||||
initprintf("Error allocating %d byte buffer to scan GRPs!\n", BUFFER_SIZE);
|
initprintf("Error allocating %d byte buffer to scan GRPs!\n", BUFFER_SIZE);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue