mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-01 05:00:46 +00:00
Fixed syntax error (hopefully) in how the MinGW32 windres tool reads the winquake resource script
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3451 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7b195eb522
commit
eed5e36382
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ END
|
|||
// String Table
|
||||
//
|
||||
|
||||
// define this to prevent syntax error
|
||||
#define IDS_STRING1 1
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_STRING1 "WinQuake"
|
||||
|
|
Loading…
Reference in a new issue