mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
build: Fix M_STATUS text image.
The lump name in the config file was typoed as M_STATU, which was incorrect.
This commit is contained in:
parent
7b4a13bd7a
commit
693394f2f1
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@ M_MULTI 0 1
|
||||||
M_PLAYER 0 1
|
M_PLAYER 0 1
|
||||||
M_SERIAL 0 1
|
M_SERIAL 0 1
|
||||||
M_SOUND 0 1
|
M_SOUND 0 1
|
||||||
M_STATU 0 1
|
M_STATUS 0 1
|
||||||
M_TCPIP 0 1
|
M_TCPIP 0 1
|
||||||
M_VIDEO 0 1
|
M_VIDEO 0 1
|
||||||
M_WAD 0 1
|
M_WAD 0 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue