1
Fork 0
mirror of https://github.com/Steffo99/stack.git synced 2025-02-16 14:33:59 +00:00
stack/scripts/resetrecord.gml

4 lines
85 B
Text
Raw Normal View History

2013-06-13 18:42:45 +02:00
ini_open("savefile.ini");
2013-06-16 13:43:08 +02:00
ini_write_real("Stack","r_map1",0); // Record
2013-06-13 18:42:45 +02:00
ini_close();