mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
4 lines
124 B
Text
4 lines
124 B
Text
const STD_DAY_LENGTH := 1000;
|
|
var time := 100;
|
|
var raw_time := 24.0 / ( CDbl( STD_DAY_LENGTH ) / time );
|
|
print( raw_time );
|