Skip to content

Commit 3f36e18

Browse files
committed
default frameskip to 1
no more missing psi attacks. they're only up for 4 frames, and can be skipped entirely. :(
1 parent 944364d commit 3f36e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Engine/Options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void createDefault()
6868
#endif
6969
setBool("anytimePsiTraining", false);
7070
setBool("playIntro", true);
71-
setInt("maxFrameSkip", 8);
71+
setInt("maxFrameSkip", 1);
7272
setBool("traceAI", false);
7373
setBool("sneakyAI", false);
7474
setBool("weaponSelfDestruction", false);

0 commit comments

Comments
 (0)