vrml2 / tnakgame

turn-based artillery game
MIT License
1 stars 0 forks source link

HUD scaler not stopping #2

Closed splace closed 5 years ago

splace commented 5 years ago

timer seems to be not stopping when sent stoptime? (browser issue?)

splace commented 5 years ago

new js in x-ite using types vars (against spec. requirement for vrml)

if (int == 0.001) // failing due to float maths

changed too...

if (int > 0)

splace commented 5 years ago

change not made/needed due to reverting browser version for other reasons, origin code works. won't work in Titania for same reason.