Preparing for release..

This commit is contained in:
Simon 2019-06-03 23:35:20 +01:00
parent e1d20286d7
commit 56d0eb434c
2 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.drbeef.quakequest"
android:versionCode="1"
android:versionName="0.1.0" android:installLocation="auto" >
android:versionCode="2"
android:versionName="1.0.0" android:installLocation="auto" >
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="25" />
<!-- Tell the system this app requires OpenGL ES 3.1. -->

View File

@ -3573,16 +3573,16 @@ static int M_CreditsMessage(const char *line1, const char *line2,
static void M_Credits_Draw (void)
{
M_CreditsMessage(
" QQQ QQQ QQQ QQQ ",
" QQQQ QQQQ QQQQ QQQQ ",
" QQQ QQQ QQQ QQQ ",
" QQQ QQQ QQQ QQQ ",
" QQQ QQ QQQ QQQ QQ QQQ ",
" QQQQ QQ QQQuake QQQQ QQ QQQuest ",
" QQQQQQQQ QQQQQQQQ ",
" QQQ QQQ ",
" Q Q ",
" Q Q ");
" QQQ QQQ QQQ QQQ ",
" QQQQ QQQQ QQQQ QQQQ ",
" QQQ QQQ QQQ QQQ ",
" QQQ QQQ QQQ QQQ ",
" QQQ QQ QQQ QQQ QQ QQQ ",
" QQQQ QQ QQQuake QQQQ QQ QQQuest ",
" QQQQQQQQ QQQQQQQQ ",
" QQQ QQQ ",
" Q Q ",
" Q Q v1.0.0");
int i, l, linelength, firstline, lastline, lines;
for (i = 0, linelength = 0, firstline = 9999, lastline = -1;m_credits_message[i];i++)