mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-21 19:51:33 +00:00
SMall demo changes
This commit is contained in:
parent
7e2dde3959
commit
94b1eac384
2 changed files with 3 additions and 3 deletions
|
@ -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="18"
|
||||
android:versionName="0.2.3" android:installLocation="auto" >
|
||||
android:versionCode="19"
|
||||
android:versionName="0.2.4" android:installLocation="auto" >
|
||||
|
||||
<!-- Tell the system this app requires OpenGL ES 3.1. -->
|
||||
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>
|
||||
|
|
|
@ -8662,7 +8662,7 @@ void WP_InitForcePowers( gentity_t *ent )
|
|||
ent->client->ps.forcePowerLevel[FP_LEVITATION] = FORCE_LEVEL_3;
|
||||
ent->client->ps.forcePowerLevel[FP_PUSH] = FORCE_LEVEL_3;
|
||||
ent->client->ps.forcePowerLevel[FP_PULL] = FORCE_LEVEL_3;
|
||||
ent->client->ps.forcePowerLevel[FP_SABERTHROW] = FORCE_LEVEL_3;
|
||||
ent->client->ps.forcePowerLevel[FP_SABERTHROW] = FORCE_LEVEL_2;
|
||||
ent->client->ps.forcePowerLevel[FP_SPEED] = FORCE_LEVEL_3;
|
||||
ent->client->ps.forcePowerLevel[FP_LIGHTNING] = FORCE_LEVEL_3;
|
||||
ent->client->ps.forcePowerLevel[FP_TELEPATHY] = FORCE_LEVEL_3;
|
||||
|
|
Loading…
Reference in a new issue