mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-21 19:51:33 +00:00
Blue saber build for Nathie
This commit is contained in:
parent
94b1eac384
commit
f2d9d2be3a
3 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.drbeef.jk2quest"
|
package="com.drbeef.jk2quest"
|
||||||
android:versionCode="19"
|
android:versionCode="20"
|
||||||
android:versionName="0.2.4" android:installLocation="auto" >
|
android:versionName="0.2.5" android:installLocation="auto" >
|
||||||
|
|
||||||
<!-- Tell the system this app requires OpenGL ES 3.1. -->
|
<!-- Tell the system this app requires OpenGL ES 3.1. -->
|
||||||
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>
|
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>
|
||||||
|
|
|
@ -1663,7 +1663,7 @@ qboolean ClientSpawn(gentity_t *ent, SavedGameJustLoaded_e eSavedGameJustLoaded
|
||||||
client->ps.ammo[i] = ammoData[i].max;
|
client->ps.ammo[i] = ammoData[i].max;
|
||||||
}
|
}
|
||||||
|
|
||||||
client->ps.saberColor = SABER_RED;
|
client->ps.saberColor = SABER_BLUE;
|
||||||
client->ps.saberActive = qfalse;
|
client->ps.saberActive = qfalse;
|
||||||
client->ps.saberLength = 0;
|
client->ps.saberLength = 0;
|
||||||
//Initialize force powers
|
//Initialize force powers
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue