Blue saber build for Nathie

This commit is contained in:
Simon 2022-10-20 18:18:45 +01:00
parent 94b1eac384
commit f2d9d2be3a
3 changed files with 3 additions and 3 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.jk2quest"
android:versionCode="19"
android:versionName="0.2.4" android:installLocation="auto" >
android:versionCode="20"
android:versionName="0.2.5" android:installLocation="auto" >
<!-- Tell the system this app requires OpenGL ES 3.1. -->
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>

View file

@ -1663,7 +1663,7 @@ qboolean ClientSpawn(gentity_t *ent, SavedGameJustLoaded_e eSavedGameJustLoaded
client->ps.ammo[i] = ammoData[i].max;
}
client->ps.saberColor = SABER_RED;
client->ps.saberColor = SABER_BLUE;
client->ps.saberActive = qfalse;
client->ps.saberLength = 0;
//Initialize force powers

Binary file not shown.