Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SteelT
SRB2
Commits
83531469
Commit
83531469
authored
6 years ago
by
Marco Z
Browse files
Options
Downloads
Patches
Plain Diff
Print GPL license notice and SEGA disclaimer in console on start
parent
40dfe892
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/d_main.c
+14
-0
14 additions, 0 deletions
src/d_main.c
with
14 additions
and
0 deletions
src/d_main.c
+
14
−
0
View file @
83531469
...
@@ -927,6 +927,20 @@ void D_SRB2Main(void)
...
@@ -927,6 +927,20 @@ void D_SRB2Main(void)
INT32
pstartmap
=
1
;
INT32
pstartmap
=
1
;
boolean
autostart
=
false
;
boolean
autostart
=
false
;
// Print GPL notice for our console users (Linux)
CONS_Printf
(
"
\n\n
Sonic Robo Blast 2
\n
"
"Copyright (C) 1998-2018 by Sonic Team Junior
\n\n
"
"This program comes with ABSOLUTELY NO WARRANTY.
\n\n
"
"This is free software, and you are welcome to redistribute it
\n
"
"and/or modify it under the terms of the GNU General Public License
\n
"
"as published by the Free Software Foundation; either version 2 of
\n
"
"the License, or (at your option) any later version.
\n
"
"See the 'LICENSE.txt' file for details.
\n\n
"
"Sonic the Hedgehog and related characters are trademarks of SEGA.
\n
"
"We do not claim ownership of SEGA's intellectual property used
\n
"
"in this program.
\n\n
"
);
// keep error messages until the final flush(stderr)
// keep error messages until the final flush(stderr)
#if !defined (PC_DOS) && !defined (_WIN32_WCE) && !defined(NOTERMIOS)
#if !defined (PC_DOS) && !defined (_WIN32_WCE) && !defined(NOTERMIOS)
if
(
setvbuf
(
stderr
,
NULL
,
_IOFBF
,
1000
))
if
(
setvbuf
(
stderr
,
NULL
,
_IOFBF
,
1000
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment