Skip to content

Commit e2a359b

Browse files
authored
Merge pull request #3655 from brihernandez/mod_table_is_game_settings_comment
Added comment to clarify that the mod_table is about game_settings.tbl
2 parents 8766c64 + e48011d commit e2a359b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

code/mod_table/mod_table.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* Created by Hassan "Karajorma" Kazmi for the FreeSpace2 Source Code Project.
33
* You may not sell or otherwise commercially exploit the source or things you
44
* create based on the source.
5+
*
6+
* This file is in charge of the "game_settings.tbl", colloquially referred to
7+
* as the "mod table", and contains many misc FSO specific settings.
58
*/
69

710
#include "gamesnd/eventmusic.h"

code/mod_table/mod_table.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
* Created by Hassan "Karajorma" Kazmi for the FreeSpace2 Source Code Project.
33
* You may not sell or otherwise commercially exploit the source or things you
44
* create based on the source.
5+
*
6+
* This file is in charge of the "game_settings.tbl", colloquially referred to
7+
* as the "mod table", and contains many misc FSO specific settings.
58
*/
69

7-
810
#include "globalincs/globals.h"
911
#include "globalincs/pstypes.h"
1012
#include "globalincs/systemvars.h"

0 commit comments

Comments
 (0)