mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
Remove a debug line I accidentally committed a few days ago.
git-svn-id: https://svn.eduke32.com/eduke32@3090 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
2c00f53008
commit
fdef8a6b8c
1 changed files with 0 additions and 1 deletions
|
@ -5711,7 +5711,6 @@ static void C_AddDefaultDefinitions(void)
|
||||||
tempbuf[j] = Btoupper(tempbuf[j]);
|
tempbuf[j] = Btoupper(tempbuf[j]);
|
||||||
|
|
||||||
C_AddDefinition(tempbuf, i, LABEL_DEFINE);
|
C_AddDefinition(tempbuf, i, LABEL_DEFINE);
|
||||||
initprintf("added def %s %d\n", tempbuf, i);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
C_AddDefinition("STR_MAPNAME",STR_MAPNAME,LABEL_DEFINE);
|
C_AddDefinition("STR_MAPNAME",STR_MAPNAME,LABEL_DEFINE);
|
||||||
|
|
Loading…
Reference in a new issue