mirror of
https://github.com/fallout2-ce/fallout2-ce.git
synced 2026-07-27 16:47:11 -07:00
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
#include "sfall.h"
|
|
|
|
procedure start begin
|
|
// this isn't a unit test, just a way to easily test different values manually
|
|
display_msg("Setting world map mult");
|
|
set_map_time_multi(1.0);
|
|
end
|