forked from len0rd/rockbox
Fix GCC trying to use memcpy for GCC 4.1 and allow Doom to compile.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9539 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ba08767434
commit
cf23618980
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ void D_DoomMainSetup(void)
|
||||||
{
|
{
|
||||||
// These are the lumps that will be checked in IWAD,
|
// These are the lumps that will be checked in IWAD,
|
||||||
// if any one is not present, execution will be aborted.
|
// if any one is not present, execution will be aborted.
|
||||||
char name[23][8]=
|
const char name[23][8]=
|
||||||
{
|
{
|
||||||
"e2m1","e2m2","e2m3","e2m4","e2m5","e2m6","e2m7","e2m8","e2m9",
|
"e2m1","e2m2","e2m3","e2m4","e2m5","e2m6","e2m7","e2m8","e2m9",
|
||||||
"e3m1","e3m3","e3m3","e3m4","e3m5","e3m6","e3m7","e3m8","e3m9",
|
"e3m1","e3m3","e3m3","e3m4","e3m5","e3m6","e3m7","e3m8","e3m9",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue