From 2c97dada7b9c7fedc511f1ecf012346c198d92f8 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 11 Aug 2018 08:17:13 -0400 Subject: Various updates Edit boxes can have their contents retreived Fixed a typo for edit box methods various updates to the net api --- src/shared/lua_api/stream.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/lua_api/stream.cpp') diff --git a/src/shared/lua_api/stream.cpp b/src/shared/lua_api/stream.cpp index 9f7200c..fcdc3e3 100644 --- a/src/shared/lua_api/stream.cpp +++ b/src/shared/lua_api/stream.cpp @@ -11,6 +11,7 @@ struct stream* stream_create(){ s->length = 0; s->data = (byte*)malloc(sizeof(byte)*0); s->read = 0; + s->pipe = NULL; return s; } void stream_writeInt(struct stream* s, int number){ -- cgit v1.2.3-70-g09d2