mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
SW: Fix overflow in password member of "GAME_SET gs" struct.
Patch from Striker. git-svn-id: https://svn.eduke32.com/eduke32@7512 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
d04df28a93
commit
a7facc0e35
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ const GAME_SET gs_defaults =
|
|||
0, // Time Limit
|
||||
0, // Color
|
||||
0, // Parental Lock
|
||||
"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", // Password
|
||||
"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", // Password
|
||||
TRUE, // nuke
|
||||
TRUE, // voxels
|
||||
FALSE, // stats
|
||||
|
|
Loading…
Reference in a new issue