mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-28 06:52:35 +00:00
print "powered by the ioquake3 engine" in the main menu
This commit is contained in:
parent
a31dc5c21d
commit
f2cbb819fc
1 changed files with 3 additions and 4 deletions
|
@ -222,11 +222,10 @@ static void Main_MenuDraw( void ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (uis.demoversion) {
|
if (uis.demoversion) {
|
||||||
UI_DrawProportionalString( 320, 372, "DEMO FOR MATURE AUDIENCES DEMO", UI_CENTER|UI_SMALLFONT, color );
|
UI_DrawProportionalString( 320, 412, "DEMO FOR MATURE AUDIENCES DEMO", UI_CENTER|UI_SMALLFONT, color );
|
||||||
UI_DrawString( 320, 400, "Quake III Arena(c) 1999-2000, Id Software, Inc. All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
|
|
||||||
} else {
|
|
||||||
UI_DrawString( 320, 450, "Quake III Arena(c) 1999-2000, Id Software, Inc. All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
|
|
||||||
}
|
}
|
||||||
|
UI_DrawString( 320, 440, "Quake III Arena(c) 1999-2000, Id Software, Inc. All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
|
||||||
|
UI_DrawString( 320, 460, "powered by the ioquake3 engine", UI_CENTER|UI_SMALLFONT, color );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue