mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
Added test video for soviet mission 1 and red intro.
This commit is contained in:
@@ -312,8 +312,9 @@ static int Script_FireSale(lua_State* L) {
|
||||
* *
|
||||
*=============================================================================================*/
|
||||
static int Script_PlayMovie(lua_State* L) {
|
||||
int ret = lua_tointeger(L, -1);
|
||||
Play_Movie((VQType)ret);
|
||||
//int ret = lua_tointeger(L, -1);
|
||||
const char* movieName = lua_tostring(L, -1);
|
||||
Play_Movie(movieName);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user