ok kirby@, who provided the above COMMENT. postal is the official game engine for Postal 1 from Running With Scissors released as open source. It requires the original game assets to run. Postal 1 is an isometric shooting game.
17 lines
407 B
Plaintext
17 lines
407 B
Plaintext
$OpenBSD: patch-main_h,v 1.1.1.1 2017/12/22 10:23:26 bcallah Exp $
|
|
|
|
Fix audio defaults.
|
|
|
|
Index: main.h
|
|
--- main.h.orig
|
|
+++ main.h
|
|
@@ -53,7 +53,7 @@ extern int wideScreenWidth;
|
|
#define MAIN_WINDOW_HEIGHT 480
|
|
|
|
// This is our default mode.
|
|
-#define MAIN_AUDIO_RATE 11025
|
|
+#define MAIN_AUDIO_RATE 22050
|
|
#define MAIN_AUDIO_BITS 16
|
|
#define MAIN_AUDIO_CHANNELS 1
|
|
#define MAIN_AUDIO_BUFTIME 100
|